ext/ogg/: Added ogg-in-avi parser element. Fixes #140139.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 17 Aug 2006 15:43:40 +0000 (15:43 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 17 Aug 2006 15:43:40 +0000 (15:43 +0000)
commitc973b2bf3ea7b7b930fb5f5fdc39ec3248b8ac8f
tree9ffa8619b2a350db7f21c357a9b51a63fd8c4b38
parent75ecc060b1cf06b23d1369891765298630988bb6
ext/ogg/: Added ogg-in-avi parser element. Fixes #140139.

Original commit message from CVS:
* ext/ogg/Makefile.am:
* ext/ogg/gstogg.c: (plugin_init):
* ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
(gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
(gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
(gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
(gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
(gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
Added ogg-in-avi parser element. Fixes #140139.
* ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
Fixed a bug in oggdemux debug code.
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
(gst_riff_create_audio_template_caps):
Recognise Ogg in the AVI extensible wave format.
ChangeLog
ext/ogg/Makefile.am
ext/ogg/gstogg.c
ext/ogg/gstoggaviparse.c [new file with mode: 0644]
ext/ogg/gstoggmux.c
gst-libs/gst/riff/riff-media.c