GNOME Bugzilla – Bug 645567
qtkitvideosrc: Add support for Firewire/DV cameras
Last modified: 2018-11-03 13:07:38 UTC
Created attachment 184125 [details] [review] add muxed video support attached is a small patch that adds support for muxed DV video in qtkitvideosrc. By setting device-type to 1 you have access to firewire camcorders.
Thanks. My first thought, after "I don't know anything about qtkit", is that the device-type property should be an enum. And secondly, whether the type of device can be autodetected and/or discovered.
About the autodetection: you could discover all devices and later filter out the audio only devices, but there exists one default device for each type (Video, Muxed, Audio) and the current default of device-index requires a default device.
Looking at this again, this should be changed to an enum. After that change, it should be good to be applied.
Comment on attachment 184125 [details] [review] add muxed video support [Setting "patch" flag and correcting mime type so this can actually be queried for.]
Comment on attachment 184125 [details] [review] add muxed video support Should be converted to an enum as per David's comment. Also should apply against latest git master
-- 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/36.