diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-07-18 08:41:43 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-07-18 08:43:01 +0100 |
commit | 421b593048ed48c809cb83508bc88ada9ea9c541 (patch) | |
tree | 58048acd870b1525c14762eeb88b071bfd29f0f9 /gst/mpegdemux | |
parent | 8588b5aab82469c019c38f1413c568200d8fa073 (diff) | |
download | gstreamer-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.c | 2 |
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; } |