[Bug 730975] New: decklinksrc fails when using both video and audio

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 29 19:21:32 PDT 2014


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

           Summary: decklinksrc fails when using both video and audio
    Classification: Platform
           Product: GStreamer
           Version: 1.2.3
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: reuben.m at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The following works:


gst-launch-1.0 decklinksrc mode=11 connection=0 audio-input=3 !
video/x-raw,format=UYVY,width=1920,height=1080,framerate=30000/1001,interlace-mode=interleaved
! queue ! v4l2sink device=/dev/video0 sync=false 

The following also works:

gst-launch-1.0 decklinksrc mode=11 connection=0 audio-input=3 !
audio/x-raw,format=S16LE,channels=2,rate=48000,layout=interleaved ! queue !
audioconvert ! audio/x-raw,format=F32LE ! jackaudiosink connect=0
client-name="Video Capture SRC"


The following does NOT work:

gst-launch-1.0 decklinksrc mode=11 connection=0 audio-input=3 name=SRC SRC. !
video/x-raw,format=UYVY,width=1920,height=1080,framerate=30000/1001,interlace-mode=interleaved
! queue ! v4l2sink device=/dev/video0 sync=false SRC. !
audio/x-raw,format=S16LE,channels=2,rate=48000,layout=interleaved ! queue !
audioconvert ! audio/x-raw,format=F32LE ! jackaudiosink connect=0
client-name="Video Capture SRC"

And the error message is fantastically benign. Cannot figure out why it fails.
I'm uploading a debug output.

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