GNOME Bugzilla – Bug 614803
v4l2: add tv-norm property
Last modified: 2011-06-15 22:43:32 UTC
based on a patch by Guennadi Liakhovetski. this patch should apply cleanly on top of the patches in #612244 (or with some minor tweaks on top of latest git)
Created attachment 157875 [details] [review] add norm property
Review of attachment 157875 [details] [review]: ::: sys/v4l2/gstv4l2object.c @@ +348,3 @@ + {V4L2_STD_SECAM_K1, "SECAM-K1", "SECAM-K1"}, + {V4L2_STD_SECAM_L, "SECAM-L", "SECAM-L"}, + {V4L2_STD_SECAM_LC, "SECAM-Lc", "SECAM-Lc"}, opps, need a: {0, NULL, NULL} I'll re-submit patch in a few days when I get a chance.. please don't merge the current patch yet.
Created attachment 159648 [details] [review] v4l2: add norm property
commit 9c9585116cf49d2a2a1e13c12a17e2a09a729526 Author: Rob Clark <rob@ti.com> Date: Sun Apr 4 06:43:41 2010 -0500 v4l2: add norm property Based on a patch by Guennadi Liakhovetski. v2: updates because I forgot to add GstTuner interface to v4l2sink v3: update to add all possible values to norm enum