[Bug 727306] Decklinksrc won't initialize some models of capture cards (Patch included!)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Mar 29 15:16:42 PDT 2014


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

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #273251|0                           |1
        is obsolete|                            |

--- Comment #5 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-03-29 22:42:44 UTC ---
Created an attachment (id=273257)
 View: https://bugzilla.gnome.org/attachment.cgi?id=273257
 Review: https://bugzilla.gnome.org/review?bug=727306&attachment=273257

Fix support for HW without output

Please test this patch. In order to test this, I may suggest these quick tests:

/* Should fail, not crash */
gst-launch-1.0 videotestsrc ! decklinksink device-number=0
gst-launch-1.0 videotestsrc ! decklinksink device-number=0

/* Should work ? */
gst-launch-1.0 decklinksrc device-number=0 ! videoconvert ! xvimagesink
gst-launch-1.0 decklinksrc device-number=1 ! videoconvert ! xvimagesink

/* Should fail, not crash */
gst-launch-1.0 decklinksrc device-number=2 ! videoconvert ! xvimagesink

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