[gstreamer-bugs] [Bug 621060] New: xviddec caps are overly limiting somehow
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jun 8 22:06:00 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=621060
GStreamer | gst-plugins-bad | 0.10.18
Summary: xviddec caps are overly limiting somehow
Classification: Desktop
Product: GStreamer
Version: 0.10.18
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: simon80 at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
I have a file:
$ file foo.avi
foo.avi: RIFF (little-endian) data, AVI, 624 x 352, 29.97 fps, video: XviD,
audio: MPEG-1 Layer 3 (stereo, 48000 Hz)
The file can be successfully played with the following decoders:
$ gst-launch filesrc location=foo.avi ! avidemux name=d d. ! queue ! xviddec !
gconfvideosink d. ! queue ! mad ! gconfaudiosink
However, the following doesn't work (see the ** line):
$ gst-launch playbin uri=file:///tmp/foo.avi Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
** Message: don't know how to handle video/x-xvid,
framerate=(fraction)2997003/100000, width=(int)624, height=(int)352
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstAudioSinkClock
^CCaught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 1498376981 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
--
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