summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-01-12 17:16:51 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-01-12 17:16:51 +0000
commit5f042edd46f82973d8b7e30bb911c96c71fa7c82 (patch)
tree092a702c5e347f4c1cffe61a3ac1b366bec58a69 /ChangeLog
parent120d45fd437b1476151e36eece8ebb6e97151b7b (diff)
downloadgst-plugins-bad-5f042edd46f82973d8b7e30bb911c96c71fa7c82.tar.gz
gst-plugins-bad-5f042edd46f82973d8b7e30bb911c96c71fa7c82.tar.bz2
gst-plugins-bad-5f042edd46f82973d8b7e30bb911c96c71fa7c82.zip
gst/qtdemux/: Add X-QT depayloader that will eventually share code with the demuxer.
Original commit message from CVS: * gst/qtdemux/Makefile.am: * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init), (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init), (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd), (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process), (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property), (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init): * gst/qtdemux/gstrtpxqtdepay.h: * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init), (gst_qtdemux_loop_state_header), (gst_qtdemux_loop), (qtdemux_parse_moov), (qtdemux_parse_container), (qtdemux_parse_node), (gst_qtdemux_add_stream), (qtdemux_parse_trak), (qtdemux_audio_caps): * gst/qtdemux/qtdemux.h: * gst/qtdemux/quicktime.c: (plugin_init): Add X-QT depayloader that will eventually share code with the demuxer. Make new plugin entry point with quicktime releated stuff.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa0250f5..f9076803 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2007-01-12 Wim Taymans <wim@fluendo.com>
+
+ * gst/qtdemux/Makefile.am:
+ * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
+ (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
+ (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
+ (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
+ (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
+ (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
+ * gst/qtdemux/gstrtpxqtdepay.h:
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
+ (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
+ (qtdemux_parse_moov), (qtdemux_parse_container),
+ (qtdemux_parse_node), (gst_qtdemux_add_stream),
+ (qtdemux_parse_trak), (qtdemux_audio_caps):
+ * gst/qtdemux/qtdemux.h:
+ * gst/qtdemux/quicktime.c: (plugin_init):
+ Add X-QT depayloader that will eventually share code with the demuxer.
+ Make new plugin entry point with quicktime releated stuff.
+
2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
* gst/qtdemux/Makefile.am: