gst-libs/gst/pbutils/descriptions.c: Add Lead H.264 here as well.
authorTim-Philipp Müller <tim@centricular.net>
Thu, 14 Aug 2008 17:14:53 +0000 (17:14 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 14 Aug 2008 17:14:53 +0000 (17:14 +0000)
Original commit message from CVS:
* gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
Add Lead H.264 here as well.

ChangeLog
gst-libs/gst/pbutils/descriptions.c

index 37118fe..7243609 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
index e255135..8839c8c 100644 (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";