summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-04-12 15:56:35 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-05-07 21:09:48 -0300
commit1458500850f8e47504955d65257aec03860ed7ab (patch)
tree6379f1d200f329e68383661b1768152788a26407 /ext/smoothstreaming
parente541ec7e63caf027f03ae42d2e12c41261d140ff (diff)
downloadgstreamer-plugins-bad-1458500850f8e47504955d65257aec03860ed7ab.tar.gz
mssdemux: fix newsegment event leak
Diffstat (limited to 'ext/smoothstreaming')
-rw-r--r--ext/smoothstreaming/gstmssdemux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/smoothstreaming/gstmssdemux.c b/ext/smoothstreaming/gstmssdemux.c
index 67a18df7c..fb68c5fbf 100644
--- a/ext/smoothstreaming/gstmssdemux.c
+++ b/ext/smoothstreaming/gstmssdemux.c
@@ -608,7 +608,6 @@ gst_mss_demux_src_event (GstPad * pad, GstEvent * event)
stream->eos = FALSE;
gst_data_queue_flush (stream->dataqueue);
- gst_event_ref (newsegment);
gst_event_replace (&stream->pending_newsegment, newsegment);
}
gst_event_unref (newsegment);