[Bug 665661] Decklinksink is unable to play video from file sources
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 17 05:52:48 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=665661
GStreamer | gst-plugins-bad | 0.10.22
--- Comment #2 from Joao Paulo Pizani Flor <joaopizani at gmail.com> 2012-01-17 13:52:42 UTC ---
Good afternoon Vincent,
I tried with both of your changes and it still didn't work. Here are the exact
command-lines I tried:
* gst-launch-0.10 playbin2 uri=file:///home/joaopizani/4s/test/simpsons.mp4
video-sink="interlace ! decklinksink"
* gst-launch-0.10 playbin2 uri=file:///home/joaopizani/4s/test/simpsons.mp4
video-sink="interlace ! videorate ! decklinksink"
* gst-launch-0.10 playbin2 uri=file:///home/joaopizani/4s/test/simpsons.mp4
video-sink="ffmpegcolorspace ! interlace ! videorate ! decklinksink"
* gst-launch-0.10 playbin2 uri=file:///home/joaopizani/4s/test/simpsons.mp4
video-sink="videoscale ! ffmpegcolorspace ! interlace ! videorate !
decklinksink"
NEITHER of them worked. On the other hand, the following played fine:
* gst-launch-0.10 filesrc location=simpsons.mp4 ! decodebin2 ! videoscale !
ffmpegcolorspace ! interlace ! videorate ! decklinksink
AS I already mentioned in another bug report...
--
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