]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commit
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)
commitb0dc93730c8db54290a75739e7f3e1d57b810ae2
treea55902e659edc7150121241982741b49d603ab4b
parent151cca6d7fc20e41b61da535ec010b5db9d35b13
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
gst/mpegstream/gstmpegdemux.c