qtdemux: remove internal genre table
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 1 Oct 2009 23:23:34 +0000 (00:23 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 4 Oct 2009 23:26:44 +0000 (00:26 +0100)
commit4590daf2020dc8e2576a73ff7ade50f1a5a571f6
tree62bcca74e0f47e3cdf4c7ec53861c39256e4f32f
parentc45c304a7e4c875a0c5887f5d56fbe6c2da901d3
qtdemux: remove internal genre table

No need to maintain our own genre table in qtdemux. The genres are
identical to the ID3 genres, so we can just use libgsttag's
gst_tag_id3_genre_get() to look them up.
gst/qtdemux/qtdemux.c