From 421b593048ed48c809cb83508bc88ada9ea9c541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 18 Jul 2012 08:41:43 +0100 Subject: [PATCH] mpegdemux: fix push mode activation Extra unref on push mode activation caused havoc. --- gst/mpegdemux/gstmpegdemux.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/mpegdemux/gstmpegdemux.c b/gst/mpegdemux/gstmpegdemux.c index de85bfc8f0..a433d6cc7b 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; }