GNOME Bugzilla – Bug 796979
decklinkvideosrc: Respect pixel format property even if mode is set to auto
Last modified: 2018-11-03 14:30:11 UTC
I got hung up for several hours trying to debug why I couldn't get 10-bit YUV (v210) from an SDI source via a Decklink Extreme 12G card. Turns out 8-bit YUV will always be used if the mode is set to AUTO. Eventually I noticed a warning about this issued in gstdecklinkvideosrc.cpp:1221, "Warning: mode=auto and format!=auto may not work" (I know, I should have noticed this warning in the debug output sooner). I created a patch which seems to fix this, and might hopefully save future users some frustration
Created attachment 373362 [details] [review] patch of commit
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/772.