gst/mpegstream/gstmpegdemux.c: Add pad to element *after* setting functions such...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 5 Jan 2004 11:17:23 +0000 (11:17 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 5 Jan 2004 11:17:23 +0000 (11:17 +0000)
commitd75a760e4fde176160af641807f3bb087671e166
treeef5100e4821ea313ad15c77a3894950440a19ed6
parent5cbe819fe2f01bffb5a8e910940a620957d41483
gst/mpegstream/gstmpegdemux.c: Add pad to element *after* setting functions such as event handler.

Original commit message from CVS:
2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
Add pad to element *after* setting functions such as event handler.
Without this, the scheduler (opt) will link pads, set the event
handler from the default event function (dispatcher in gstpad.c)
and *after* that, we will set our own event function, which will
thus never be used (and thus mpegdemux doesn't handle events).
ChangeLog