diff options
Diffstat (limited to 'linden/indra/llmedia/llmediaimplgstreamer.cpp')
-rw-r--r-- | linden/indra/llmedia/llmediaimplgstreamer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.cpp b/linden/indra/llmedia/llmediaimplgstreamer.cpp index 7eb2b7b..5cf7eed 100644 --- a/linden/indra/llmedia/llmediaimplgstreamer.cpp +++ b/linden/indra/llmedia/llmediaimplgstreamer.cpp | |||
@@ -813,9 +813,6 @@ bool LLMediaImplGStreamer::play() | |||
813 | 813 | ||
814 | void LLMediaImplGStreamer::startPlay() | 814 | void LLMediaImplGStreamer::startPlay() |
815 | { | 815 | { |
816 | GstElement *pipeline = (GstElement *)gst_object_ref(GST_OBJECT(mPlaybin)); | ||
817 | gst_object_unref(pipeline); | ||
818 | |||
819 | GstStateChangeReturn state_change; | 816 | GstStateChangeReturn state_change; |
820 | 817 | ||
821 | state_change = gst_element_set_state(mPlaybin, GST_STATE_PLAYING); | 818 | state_change = gst_element_set_state(mPlaybin, GST_STATE_PLAYING); |