summaryrefslogtreecommitdiff
path: root/gst-plugins-ugly.spec.in
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-08-15 16:23:04 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-09-13 19:40:12 +0100
commit56bd24365aecd05983a9f1d82aa2243b8ff6032a (patch)
tree006a22be210cbf92fa50dd1bb6e875c2709a0f1d /gst-plugins-ugly.spec.in
parenteee31aecb32c124c57c3e761722f349f27c78d7f (diff)
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().
Diffstat (limited to 'gst-plugins-ugly.spec.in')
-rw-r--r--gst-plugins-ugly.spec.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-plugins-ugly.spec.in b/gst-plugins-ugly.spec.in
index 6c3c3028..20a9f53e 100644
--- a/gst-plugins-ugly.spec.in
+++ b/gst-plugins-ugly.spec.in
@@ -23,7 +23,6 @@ BuildRequires: gcc-c++
@USE_A52DEC_TRUE@BuildRequires: a52dec-devel >= 0.7.3
@USE_DVDREAD_TRUE@BuildRequires: libdvdread-devel >= 0.9.0
@USE_LAME_TRUE@BuildRequires: lame-devel >= 3.89
-@USE_MAD_TRUE@BuildRequires: libid3tag-devel >= 0.15.0
@USE_MAD_TRUE@BuildRequires: libmad-devel >= 0.15.0
@USE_MPEG2DEC_TRUE@BuildRequires: mpeg2dec-devel >= 0.4.0