[Bug 709241] applemedia: Enable I420 on input pad

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 2 11:32:47 CEST 2013


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

Sebastian Dröge (slomo) <slomo> changed:

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

--- Comment #3 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-10-02 09:32:43 UTC ---
Review of attachment 256238:
 --> (https://bugzilla.gnome.org/review?bug=709241&attachment=256238)

::: sys/applemedia/vtenc.c
@@ +800,3 @@
+        pixel_format_type = kCVPixelFormatType_420YpCbCr8Planar;
+      } else {
+        pixel_format_type = kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange;

For future extensibility please check the video format here :)

Also is it guaranteed that both are always supported? If not it would make
sense to implement something to only return what actually is supported from the
CAPS query.

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