diff options
author | David Walter Seikel | 2013-04-08 04:55:18 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-04-08 04:55:18 +1000 |
commit | e5cc2e99e6295aabe401f9c229a39574e0d9bf38 (patch) | |
tree | 273f6bda0d01abd77887459831c0e356f47ffbf7 /linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp | |
parent | More unused variable deletion. (diff) | |
download | meta-impy-e5cc2e99e6295aabe401f9c229a39574e0d9bf38.zip meta-impy-e5cc2e99e6295aabe401f9c229a39574e0d9bf38.tar.gz meta-impy-e5cc2e99e6295aabe401f9c229a39574e0d9bf38.tar.bz2 meta-impy-e5cc2e99e6295aabe401f9c229a39574e0d9bf38.tar.xz |
Clean out a couple of compiler warnings.
Diffstat (limited to 'linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp')
-rwxr-xr-x | linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp b/linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp index e194bf7..49bf6f9 100755 --- a/linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp +++ b/linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp | |||
@@ -312,12 +312,9 @@ gst_slvideo_set_caps (GstBaseSink * bsink, GstCaps * caps) | |||
312 | static gboolean | 312 | static gboolean |
313 | gst_slvideo_start (GstBaseSink * bsink) | 313 | gst_slvideo_start (GstBaseSink * bsink) |
314 | { | 314 | { |
315 | GstSLVideo *slvideo; | 315 | GST_SLVIDEO(bsink); |
316 | gboolean ret = TRUE; | ||
317 | |||
318 | slvideo = GST_SLVIDEO(bsink); | ||
319 | 316 | ||
320 | return ret; | 317 | return TRUE; |
321 | } | 318 | } |
322 | 319 | ||
323 | static gboolean | 320 | static gboolean |