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 629672 - gnomevfsrsrc: "handle" property should also have the GST_PARAM_MUTABLE_READY flag
gnomevfsrsrc: "handle" property should also have the GST_PARAM_MUTABLE_READY ...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal trivial
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-14 15:24 UTC by Tristan Matthews
Modified: 2010-09-15 14:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sets GST_PARAM_MUTABLE_READY flag on the "handle" property (971 bytes, patch)
2010-09-14 15:24 UTC, Tristan Matthews
committed Details | Review

Description Tristan Matthews 2010-09-14 15:24:44 UTC
Created attachment 170252 [details] [review]
sets GST_PARAM_MUTABLE_READY flag on the "handle" property

Since the "handle" property can be changed at a READY or lower state, it makes sense so to use this flag.