[Bug 666524] New: Decklinksink element (from decklink plugin) seems to only work with videotestsrc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 19 06:35:28 PST 2011


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

           Summary: Decklinksink element (from decklink plugin) seems to
                    only work with videotestsrc
    Classification: Platform
           Product: GStreamer
           Version: 0.10.22
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: joaopizani at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


HI all, I've been trying to use the decklinksink GStreamer element
lately, and with little success...

The following gst-launch command-line works flawlessly:
"  gst-launch-0.10 videotestsrc ! decklinksink  "

And shows the SMTPE bars on my TV. I could even use textoverlay to
create a nice soviet screen :) The following ALSO works (ALSO using
videotestsrc):
"  gst-launch-0.10 videotestsrc pattern=red ! textoverlay text="Сою́з
Сове́тских Социалисти́ческих Респу́блик" valignment=center
font-desc="Sans Bold 20" color=16776960 ! decklinksink  "

BUT, when I try to use filesrc in a very simple pipeline, it all goes
bad. The following gst-launch command gives no error, and the pipeline
state is PLAYING, but my screen remains black:
"  gst-launch-0.10 filesrc location=/home/joaopizani/btest.mp4 !
decodebin2 ! autoconvert ! decklinksink  "

I think I have isolated any problem with my card and/or driver, because:

1) It works with videotestsrc very well!
2) The failing command, when I change "decklinksink" to "xvimagesink",
also works OK.


Do any of you guys have any experience using decklinksink? If if you
don't, does any of you have any idea of what's happening to me? :)

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