summaryrefslogtreecommitdiff
path: root/gst/mpegdemux
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-07-18 08:41:43 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-07-18 08:43:01 +0100
commit421b593048ed48c809cb83508bc88ada9ea9c541 (patch)
tree58048acd870b1525c14762eeb88b071bfd29f0f9 /gst/mpegdemux
parent8588b5aab82469c019c38f1413c568200d8fa073 (diff)
downloadgstreamer-plugins-bad-421b593048ed48c809cb83508bc88ada9ea9c541.tar.gz
mpegdemux: fix push mode activation
Extra unref on push mode activation caused havoc.
Diffstat (limited to 'gst/mpegdemux')
-rw-r--r--gst/mpegdemux/gstmpegdemux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/mpegdemux/gstmpegdemux.c b/gst/mpegdemux/gstmpegdemux.c
index de85bfc8f..a433d6cc7 100644
--- a/gst/mpegdemux/gstmpegdemux.c
+++ b/gst/mpegdemux/gstmpegdemux.c
@@ -2904,8 +2904,6 @@ gst_flups_demux_sink_activate_push (GstPad * sinkpad, GstObject * parent,
demux->random_access = FALSE;
- gst_object_unref (demux);
-
return TRUE;
}