mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 13:32:29 +00:00
gst-libs/gst/pbutils/descriptions.c: Add Lead H.264 here as well.
Original commit message from CVS: * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc): Add Lead H.264 here as well.
This commit is contained in:
parent
33690da61a
commit
87384c993d
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
|
* gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
|
||||||
|
Add Lead H.264 here as well.
|
||||||
|
|
||||||
2008-08-14 Julien Moutte <julien@fluendo.com>
|
2008-08-14 Julien Moutte <julien@fluendo.com>
|
||||||
|
|
||||||
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
|
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
|
||||||
|
|
|
@ -348,6 +348,8 @@ format_info_get_desc (const FormatInfo * info, const GstCaps * caps)
|
||||||
ret = "ITU H.264";
|
ret = "ITU H.264";
|
||||||
else if (strcmp (variant, "videosoft") == 0)
|
else if (strcmp (variant, "videosoft") == 0)
|
||||||
ret = "Videosoft H.264";
|
ret = "Videosoft H.264";
|
||||||
|
else if (strcmp (variant, "lead") == 0)
|
||||||
|
ret = "Lead H.264";
|
||||||
else {
|
else {
|
||||||
GST_WARNING ("Unknown H264 variant '%s'", variant);
|
GST_WARNING ("Unknown H264 variant '%s'", variant);
|
||||||
ret = "H.264";
|
ret = "H.264";
|
||||||
|
|
Loading…
Reference in a new issue