After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 581555 - [dv1394/hdv1394] detect HDV devices
[dv1394/hdv1394] detect HDV devices
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 594598 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-05-06 06:06 UTC by Edward Hervey
Modified: 2018-05-04 11:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2009-05-06 06:06:11 UTC
Currently we have separated sources of standard DV cameras and HDV cameras even though they share a lot of common code.

Using the AV/C probing mechanism, one can detect a connected device's output format, we should therefore:
* unify hdv1394src/dv1394src code
* detect that format before going to PAUSED
* properly set the output caps and code path according to the detected format.

The changes required can be seen in this commit from dvgrab:
http://kino.cvs.sourceforge.net/viewvc/kino/dvgrab/ieee1394io.cc?r1=1.25&r2=1.26
Comment 1 Sebastian Dröge (slomo) 2011-05-20 07:26:02 UTC
*** Bug 594598 has been marked as a duplicate of this bug. ***
Comment 2 Edward Hervey 2018-05-04 11:18:44 UTC
Aaaaand I'm not going to do this.