[gstreamer-bugs] [Bug 616078] mpegvideoparse: Export profile and level in caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 21 07:54:29 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=616078
  GStreamer | gst-plugins-bad | unspecified

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-05-21 14:54:24 UTC ---
Created an attachment (id=161652)
 View: https://bugzilla.gnome.org/attachment.cgi?id=161652
 Review: https://bugzilla.gnome.org/review?bug=616078&attachment=161652

mpegvideoparse: change profile and level strings to something nicer-looking

Alternative suggestion for profile/level names:

-    const gchar *profiles[] = { "HP", "Spatial", "SNR", "MP", "SP" };
+    const gchar *profiles[] = { "high", "spatial", "snr", "main", "simple" };


-    const gchar *levels[] = { "HL", "H-14", "ML", "LL" };
+    const gchar *levels[] = { "high", "high-1440", "main", "low" };


-            profile = "422P";
+            profile = "4:2:2";

-            profile = "MVP";
+            profile = "multiview";

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list