mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
gst-libs/gst/pbutils/descriptions.c: Add description for 'private' dts caps (who come up with that name?).
Original commit message from CVS: * gst-libs/gst/pbutils/descriptions.c: (formats): Add description for 'private' dts caps (who come up with that name?).
This commit is contained in:
parent
b9cbedfb59
commit
41e54ce132
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst-libs/gst/pbutils/descriptions.c: (formats):
|
||||
Add description for 'private' dts caps (who come up with that name?).
|
||||
|
||||
2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* Makefile.am:
|
||||
|
|
|
@ -92,6 +92,7 @@ static const FormatInfo formats[] = {
|
|||
{"audio/x-cinepak", "Cinepak Audio", 0},
|
||||
{"audio/x-dpcm", "DPCM", 0},
|
||||
{"audio/x-dts", "DTS", 0},
|
||||
{"audio/x-private1-dts", "DTS", 0},
|
||||
{"audio/x-dv", "DV Audio", 0},
|
||||
{"audio/x-flac", N_("Free Lossless Audio Codec (FLAC)"), 0},
|
||||
{"audio/x-gsm", "GSM", 0},
|
||||
|
|
Loading…
Reference in a new issue