diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-25 20:14:32 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-25 20:14:32 +0000 |
commit | a9434b9d75a8c7b99fb34289837e81e63dffddd9 (patch) | |
tree | 54c321ac10db5e5a6e112fcb9a7d754126f2156d /configure.ac | |
parent | 56c00b370a12ae1fd0f1d634238b3f6c83ee4e27 (diff) | |
download | gst-plugins-bad-a9434b9d75a8c7b99fb34289837e81e63dffddd9.tar.gz gst-plugins-bad-a9434b9d75a8c7b99fb34289837e81e63dffddd9.tar.bz2 gst-plugins-bad-a9434b9d75a8c7b99fb34289837e81e63dffddd9.zip |
APE v1/2 tag reader plus typefind function.
Original commit message from CVS:
* configure.ac:
* gst/apetag/Makefile.am:
* gst/apetag/apedemux.c: (gst_ape_demux_get_type),
(gst_ape_demux_base_init), (gst_ape_demux_class_init),
(gst_ape_demux_init), (gst_ape_demux_get_src_formats),
(gst_ape_demux_get_src_query_types),
(gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
(gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
(gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
(gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
(gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
(gst_ape_demux_stream_data), (gst_ape_demux_loop),
(gst_ape_demux_change_state):
* gst/apetag/apedemux.h:
* gst/apetag/apetag.c: (plugin_init):
* gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
(plugin_init):
APE v1/2 tag reader plus typefind function.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 025b85a7..d7b84133 100644 --- a/configure.ac +++ b/configure.ac @@ -329,6 +329,7 @@ GST_PLUGINS_ALL="\ ac3parse \ adder \ alpha \ + apetag \ asfdemux \ audioconvert \ audioscale \ @@ -1846,12 +1847,13 @@ gst/Makefile gst/ac3parse/Makefile gst/adder/Makefile gst/alpha/Makefile +gst/apetag/Makefile +gst/asfdemux/Makefile gst/audioconvert/Makefile gst/audioscale/Makefile gst/audiorate/Makefile gst/auparse/Makefile gst/avi/Makefile -gst/asfdemux/Makefile gst/cdxaparse/Makefile gst/chart/Makefile gst/colorspace/Makefile |