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 114758 - Playback of mpg file stops with warnings on the console
Playback of mpg file stops with warnings on the console
Status: RESOLVED DUPLICATE of bug 109069
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.x
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-09 09:30 UTC by Kjartan Maraas
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kjartan Maraas 2003-06-09 09:30:07 UTC
I tried playback of a file but it just hung after two seconds with the
following warnings on the console.

(totem:20538): GStreamer-WARNING **: trying to set non fixed caps on pad
colorspace:src, not allowed
 
(totem:20538): GStreamer-WARNING **: trying to set non fixed caps on pad
colorspace:src, not allowed
 
(totem:20538): GStreamer-CRITICAL **: file gstprops.c: line 1164
(gst_props_entry_get_safe): assertion `entry != NULL' failed
 
(totem:20538): GStreamer-CRITICAL **: file gstprops.c: line 1164
(gst_props_entry_get_safe): assertion `entry != NULL' failed
 
(totem:20538): GStreamer-CRITICAL **: file gstprops.c: line 1164
(gst_props_entry_get_safe): assertion `entry != NULL' failed
 
(totem:20538): GStreamer-CRITICAL **: file gstprops.c: line 1164
(gst_props_entry_get_safe): assertion `entry != NULL' failed
 
(totem:20538): GStreamer-CRITICAL **: file gstprops.c: line 1164
(gst_props_entry_get_safe): assertion `entry != NULL' failed
gst_colorspace_yuv2rgb not implemented
 
(totem:20538): GStreamer-WARNING **: trying to set non fixed caps on pad
colorspace:src, not allowed
 
I did the same run with --gst-mask=-1 and put the log (gzipped) at
http://www.gnome.org/~kmaraas/dump.gz

I see this with both totem and gst-player.
Comment 1 Wim Taymans 2003-06-09 11:50:58 UTC
xvideosink does not produce a good GstCaps in the get_caps function
when the element is in the NULL state. It returns a list of caps that
it cannot handle. The caps list should probably be calculated in the
first invocation of the get_caps function.
Comment 2 Ronald Bultje 2003-06-09 12:04:43 UTC
Is this with HEAD CVS or 0.6.x CVS? (That's an important difference in
this case).
Comment 3 Kjartan Maraas 2003-06-09 14:52:17 UTC
0.6.x CVS.
Comment 4 Ronald Bultje 2003-06-09 14:59:59 UTC
OK, apparently the patches in #109069 fix this, and given wtay's
description, it's the same bug I described there.

*** This bug has been marked as a duplicate of 109069 ***