[Bug 698826] v4l2: add support for mpeg4 and H.263

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 25 03:51:57 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=698826
  GStreamer | gst-plugins-good | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #242400|none                        |needs-work
             status|                            |

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2013-04-25 10:51:51 UTC ---
Review of attachment 242400:
 --> (https://bugzilla.gnome.org/review?bug=698826&attachment=242400)

::: sys/v4l2/gstv4l2object.c
@@ +1213,3 @@
+#ifdef V4L2_PIX_FMT_MPEG4
+    case V4L2_PIX_FMT_MPEG4:
+      structure = gst_structure_new_empty ("video/mpeg");

This should include mpegversion=4 and systemstream=false

@@ +1218,3 @@
+#ifdef V4L2_PIX_FMT_H263
+    case V4L2_PIX_FMT_H263:
+      structure = gst_structure_new_empty ("video/x-h263");

And this variant=itu

-- 
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