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 467218 - Opaque of gconfvideosrc make inconvenience of using
Opaque of gconfvideosrc make inconvenience of using
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-16 06:48 UTC by Yang Hong
Modified: 2007-08-27 04:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yang Hong 2007-08-16 06:48:20 UTC
While I meet the Bug 467214 , I wantt set some parameter to the real source element, but I cann't get it from the gconfvideosrc, I've tried to use gst_bin_get_by_interface, and tried to use gst_bin_iterate_recurse, but can't find the correct source element.

Why not expose the real source element by a 'source' properties? So user can set some parameters to it.
Comment 1 Wim Taymans 2007-08-16 15:42:58 UTC
You should be able to iterate the bin element after setting the element to READY. I believe a sink is added in READY.
Comment 2 Yang Hong 2007-08-27 04:00:09 UTC
Thanks very much. I got it in your way.

Set the elemect to READY, then iterate it and find it:)