mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 08:08:22 +00:00
gst-libs/gst/pbutils/descriptions.c: Add description strings for ID3, APE, and ICY tags.
Original commit message from CVS: * gst-libs/gst/pbutils/descriptions.c: (formats): Add description strings for ID3, APE, and ICY tags.
This commit is contained in:
parent
047fb95bad
commit
939d39cdf4
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst-libs/gst/pbutils/descriptions.c: (formats):
|
||||
Add description strings for ID3, APE, and ICY tags.
|
||||
|
||||
2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/playback/gstdecodebin.c: (try_to_link_1):
|
||||
|
|
|
@ -60,9 +60,12 @@ typedef struct
|
|||
} FormatInfo;
|
||||
|
||||
static const FormatInfo formats[] = {
|
||||
/* container formats with static descriptions */
|
||||
/* container/tag formats with static descriptions */
|
||||
{"application/ogg", "Ogg", FLAG_CONTAINER},
|
||||
{"application/vnd.rn-realmedia", "Realmedia", FLAG_CONTAINER},
|
||||
{"application/x-id3", N_("ID3 tag"), FLAG_CONTAINER},
|
||||
{"application/x-ape", N_("APE tag"), FLAG_CONTAINER},
|
||||
{"application/x-icy", N_("ICY internet radio"), FLAG_CONTAINER},
|
||||
{"video/x-fli", "FLI/FLC/FLX Animation", FLAG_CONTAINER},
|
||||
{"video/x-flv", "Flash", FLAG_CONTAINER},
|
||||
{"video/x-matroska", "Matroska", FLAG_CONTAINER},
|
||||
|
|
Loading…
Reference in a new issue