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 136334 - udpsrc pads / caps error
udpsrc pads / caps error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other IRIX
: Normal normal
: 0.7.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-05 20:19 UTC by aconrad.tlv
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description aconrad.tlv 2004-03-05 20:19:49 UTC
hi,

I get udpsrc warnings in the videowall project :

Start server 1st:
gst-launch filesrc location=./mpeg1.mpg ! mpegparse ! udpsink

Then the client:
gst-launch udpsrc ! { queue ! mpegdemux } ! { queue ! mpeg2dec ! 
ffcolorspace ! xvimagesink }

I get these error messages :
GStreamer-CRITICAL **: file gstcaps.c: line 517 (gst_caps_is_fixed): 
assertion `caps != NULL' failed
GStreamer-WARNING **: trying to set non fixed caps on pad udpsrc:src, not 
allowed

Mpeg1 files read okay, though.

With mpeg2, I get an extra error :

** (process:1777): CRITICAL **: file xvimagesink.c: line 403
(gst_xvimagesink_xwindow_clear): assertion `xwindow != NULL' failed

With mpeg2 files, I have to start the server before the client if I want 
to see the picture. If I start the server after the client, I get a black 
window screen (it resizes to the size of the video though).

I don't know if this xvimagesink error is realated with the udpsrc problem.

Best regards,
Alex CONRAD
Comment 1 David Schleef 2004-03-06 01:04:08 UTC
2004-03-05  David Schleef  <ds@schleef.org>

        * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
        caps and throw an element error.  (bug #136334)