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 104692 - fixed caps state error
fixed caps state error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.0
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-29 01:55 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
don't know if that's it, but it's surely a bug (480 bytes, patch)
2003-01-29 03:10 UTC, Benjamin Otte (Company)
none Details | Review
cleaner version of above patch (343 bytes, patch)
2003-01-29 03:17 UTC, Benjamin Otte (Company)
none Details | Review
related patch to fix something not-100%-correct (imho) in gstpad.c (615 bytes, patch)
2003-01-29 15:39 UTC, Ronald Bultje
none Details | Review

Description Ronald Bultje 2003-01-29 01:55:45 UTC
After Wim's last changes, I get this in gst-player:

(lt-gst-player:10968): GStreamer-WARNING **: trying to set non fixed caps
on pad
colorspace:src, not allowed

nautilus-media apparently still works. Still, I guess it needs fixing
before 0.6.0 is released.
Comment 1 Benjamin Otte (Company) 2003-01-29 03:10:35 UTC
Created attachment 13898 [details] [review]
don't know if that's it, but it's surely a bug
Comment 2 Benjamin Otte (Company) 2003-01-29 03:13:14 UTC
The above thing is definitely a bug, because that line did never do
anything.
gst_props_empty_new will always set that flag, so or'ing anything with
it will not change it.

Hm, will attach a cleaner patch for this thing, it looks so cryptic
and it's not an obfuscated C contest.
Comment 3 Benjamin Otte (Company) 2003-01-29 03:17:08 UTC
Created attachment 13899 [details] [review]
cleaner version of above patch
Comment 4 Ronald Bultje 2003-01-29 11:11:57 UTC
This is probably a bug, but it's not the ug I'm looking for. ;).
Somewhere, it doesn't set the FIXED flag where the boolean used to be
TRUE in the old case. Yours does the other way around. It's still a
bug, but not the bug that causes my warnings.
Comment 5 Ronald Bultje 2003-01-29 15:35:02 UTC
Correction, Benjamin's fix fixes the bug. I've got something else
(removed crap in gstpad.c) that might also need to be patched - wim?
I'll upload Benjamin's patch to CVS so this bug cna be lowered in
priority.
Comment 6 Ronald Bultje 2003-01-29 15:39:58 UTC
Created attachment 13915 [details] [review]
related patch to fix something not-100%-correct (imho) in gstpad.c
Comment 7 Ronald Bultje 2003-01-30 19:49:16 UTC
committed