ext/ogg/gstoggdemux.c: Change the pad template to src_%d to match the pads that are...
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 11 Jan 2006 18:03:24 +0000 (18:03 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 11 Jan 2006 18:03:24 +0000 (18:03 +0000)
commit08d73c14eb3ed39fc7df13dc67ba01bbf6cab781
treeacdb60259104e37667cc32f3cecdfb28dcfd05f5
parent13e2081f69427c2fda7e688166d6a8d29d162024
ext/ogg/gstoggdemux.c: Change the pad template to src_%d to match the pads that are created from it. decodebin needs ...

Original commit message from CVS:
* ext/ogg/gstoggdemux.c:
Change the pad template to src_%d to match the pads that
are created from it. decodebin needs this information in order
to decide that oggdemux is capable of producing multiple pads
(and hence needs queues inserted).

* ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
(gst_ogg_mux_collected):
Make debug output more useful by using GST_PTR_FORMAT.
ChangeLog
ext/ogg/gstoggdemux.c
ext/ogg/gstoggmux.c