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 604988 - appsink does not support setting/getting properties
appsink does not support setting/getting properties
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.25
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-19 10:23 UTC by piranha32
Modified: 2009-12-19 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Source code of the test program. (712 bytes, text/x-c++src)
2009-12-19 10:23 UTC, piranha32
Details
Output from test program (537 bytes, text/plain)
2009-12-19 10:24 UTC, piranha32
Details

Description piranha32 2009-12-19 10:23:03 UTC
Created attachment 150055 [details]
Source code of the test program.

Setting/getting properties from appsink does not work. List of properties is properly displayed by gst-inspect, but an attempt to set or read a property results in an error message.
Attached are: simple test application trying to set/read properties and its result.
Test environment: Fedora 12 x86_64.

Affected builds:
- Modules and libraries installed from Fedora packages (including libgstapp.so)
- libgstapp.so v.0.10.25 compiled from source tarball downloaded from project's web site.
Comment 1 piranha32 2009-12-19 10:24:00 UTC
Created attachment 150056 [details]
Output from test program
Comment 2 piranha32 2009-12-19 11:15:35 UTC
Problem caused by a conflict with OpenCV compiled with GStreamer support.