After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 150670 - Internal GStreamer error: negotiation problem, while playing an mpeg through spider.
Internal GStreamer error: negotiation problem, while playing an mpeg through ...
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.3
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-20 21:11 UTC by Niklas Höglund
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Niklas Höglund 2004-08-20 21:11:14 UTC
$ LC_ALL=C gst-launch-0.8 filesrc location=Star\ Wars\ \&\ Star\ Trek\ Parody\
-\ Tripping\ the\ Riff.mpg ! spider ! ximagesink
RUNNING pipeline ...
ERROR: from element /pipeline0/spider0/mpeg2dec0: Internal GStreamer error: pad
problem.  File a bug.
Additional debug info:
gstpad.c(2490): gst_pad_set_explicit_caps: /pipeline0/spider0/mpeg2dec0:
failed to negotiate (try_set_caps with "video/x-raw-yuv, format=(fourcc)I420,
width=(int)240, height=(int)176, pixel-aspect-ratio=(fraction)1/1,
framerate=(double)30" returned REFUSED)
ERROR: from element /pipeline0/spider0/mpeg2dec0: Internal GStreamer error:
negotiation problem.  File a bug.
Execution ended after 5 iterations (sum 65381000 ns, average 13076200 ns, min
129000 ns, max 49750000 ns).
Comment 1 Ronald Bultje 2004-10-01 11:31:55 UTC
You need a ffcolorspace and a videoscale in between:

gst-launch-0.8 filesrc location=Star\ Wars\ \&\ Star\ Trek\ Parody\
-\ Tripping\ the\ Riff.mpg ! spider ! ffcolorspace ! videoscale ! ximagesink