diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-05-02 18:07:39 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-05-02 18:07:39 +0000 |
commit | 9b4aee8fb6befa6f58738a33cee8a05a1de735c7 (patch) | |
tree | 66209b2fb7940a82d65cb08c1cfb1e6a201e9d2f | |
parent | 7d715486224696555e268f243410b5c992133337 (diff) | |
download | gst-plugins-bad-9b4aee8fb6befa6f58738a33cee8a05a1de735c7.tar.gz gst-plugins-bad-9b4aee8fb6befa6f58738a33cee8a05a1de735c7.tar.bz2 gst-plugins-bad-9b4aee8fb6befa6f58738a33cee8a05a1de735c7.zip |
gst/asfdemux/: Add tagging support to demuxer, split out registration in its own and prevent having some tables in ou...
Original commit message from CVS:
* gst/asfdemux/Makefile.am:
* gst/asfdemux/asfheaders.c:
* gst/asfdemux/asfheaders.h:
* gst/asfdemux/gstasf.c: (plugin_init):
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
(gst_asf_demux_base_init), (gst_asf_demux_process_comment),
(gst_asf_demux_setup_pad):
* gst/asfdemux/gstasfdemux.h:
* gst/asfdemux/gstasfmux.c:
* gst/asfdemux/gstasfmux.h:
Add tagging support to demuxer, split out registration in its own
file instead of in demux (hacky), and prevent having some tables
in our memory multiple times (in asfheaders.h).
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * gst/asfdemux/Makefile.am: + * gst/asfdemux/asfheaders.c: + * gst/asfdemux/asfheaders.h: + * gst/asfdemux/gstasf.c: (plugin_init): + * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type), + (gst_asf_demux_base_init), (gst_asf_demux_process_comment), + (gst_asf_demux_setup_pad): + * gst/asfdemux/gstasfdemux.h: + * gst/asfdemux/gstasfmux.c: + * gst/asfdemux/gstasfmux.h: + Add tagging support to demuxer, split out registration in its own + file instead of in demux (hacky), and prevent having some tables + in our memory multiple times (in asfheaders.h). + 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/matroska/matroska-demux.c: |