GNOME Bugzilla – Bug 698826
v4l2: add support for mpeg4 and H.263
Last modified: 2013-04-26 12:31:16 UTC
Created attachment 242400 [details] [review] patch just the mappings for coresponding v4l2 and gstreamer types
Review of attachment 242400 [details] [review]: ::: 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
Created attachment 242553 [details] [review] updated patch Here is a new patch updated according to the comments
commit 3466796f10790ac305d9b27ec2e9fba00aec67e6 Author: Michael Olbrich <m.olbrich@pengutronix.de> Date: Tue Jul 10 15:29:40 2012 +0200 v4l2: add support for mpeg4 and H.263 https://bugzilla.gnome.org/show_bug.cgi?id=698826