mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
mpegdemux: fix push mode activation
Extra unref on push mode activation caused havoc.
This commit is contained in:
parent
8588b5aab8
commit
421b593048
1 changed files with 0 additions and 2 deletions
|
@ -2904,8 +2904,6 @@ gst_flups_demux_sink_activate_push (GstPad * sinkpad, GstObject * parent,
|
|||
|
||||
demux->random_access = FALSE;
|
||||
|
||||
gst_object_unref (demux);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue