gstreamer/ext
Tim-Philipp Müller 56bd24365a mad: remove id3tag dependency used by in practice unreachable legacy code
The mad mp3 decoder element shouldn't parse tags at all really, but we
have so far kept this code around for backwards-compatibility reasons
for people building manual pipelines for some reason. However, as it
turns out that code has never actually worked in 0.10 in practice,
since it only gets executed if mad_frame_decode() returns LOSTSYNC,
which doesn't actually seem to happen any more though because of the
preceding mad_header_decode(), which will discover and report the
sync loss if it runs into a tag and make mad_frame_decode() try to
resync right away.

Discovered this while trying to make it use gst_tag_list_from_id3v2_tag().
2011-09-13 19:40:12 +01:00
..
a52dec various (ext): add a missing G_PARAM_STATIC_STRINGS flags 2010-10-19 10:06:33 +03:00
amrnb various (ext): add a missing G_PARAM_STATIC_STRINGS flags 2010-10-19 10:06:33 +03:00
amrwbdec amrwbdec: avoid stalling on invalid frame 2011-02-07 20:02:08 +01:00
cdio various (ext): add a missing G_PARAM_STATIC_STRINGS flags 2010-10-19 10:06:33 +03:00
dvdread dvdread, sidplay, x264enc: fix unused-but-set-variable warnings with gcc 4.6 2011-04-14 15:03:56 +01:00
lame lamemp3enc: Post CODEC and BITRATE tags 2011-05-18 15:17:20 +02:00
mad mad: remove id3tag dependency used by in practice unreachable legacy code 2011-09-13 19:40:12 +01:00
mpeg2dec mpeg2dec: fix spurious failure to decode some files 2011-08-23 10:04:48 +02:00
sidplay dvdread, sidplay, x264enc: fix unused-but-set-variable warnings with gcc 4.6 2011-04-14 15:03:56 +01:00
twolame Switch twolame to primary rank 2009-05-08 14:24:47 +01:00
x264 x264enc: Properly set the stream format in setcaps 2011-07-30 19:06:54 -03:00
Makefile.am build: build plugins in parallel where possible, if make -jN is used 2010-03-30 01:18:50 +01:00