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:
Tim-Philipp Müller 2008-08-14 17:14:53 +00:00
parent 33690da61a
commit 87384c993d
2 changed files with 7 additions and 0 deletions

View file

@ -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>
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),

View file

@ -348,6 +348,8 @@ format_info_get_desc (const FormatInfo * info, const GstCaps * caps)
ret = "ITU H.264";
else if (strcmp (variant, "videosoft") == 0)
ret = "Videosoft H.264";
else if (strcmp (variant, "lead") == 0)
ret = "Lead H.264";
else {
GST_WARNING ("Unknown H264 variant '%s'", variant);
ret = "H.264";