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 754660 - Class for EVENT_RECONFIGURE is missing
Class for EVENT_RECONFIGURE is missing
Status: RESOLVED FIXED
Product: gstreamermm
Classification: Bindings
Component: general
1.4.x
Other Linux
: Normal normal
: ---
Assigned To: gstreamermm-maint
gstreamermm-maint
Depends on:
Blocks:
 
 
Reported: 2015-09-07 09:18 UTC by Jan Strohbeck
Modified: 2015-09-15 18:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This snippet, which defines this class, worked for me. (330 bytes, text/plain)
2015-09-07 11:45 UTC, Jan Strohbeck
Details

Description Jan Strohbeck 2015-09-07 09:18:59 UTC
There appears to be no class for the Reconfigure Event of gstreamer (GST_EVENT_RECONFIGURE).
I would like to create such an Event to force a Renegotiation of caps.
I'm using gstreamermm Version 1.4.3.
Comment 1 Jan Strohbeck 2015-09-07 11:45:06 UTC
Created attachment 310804 [details]
This snippet, which defines this class, worked for me.
Comment 2 Marcin Kolny (IRC: loganek) 2015-09-15 18:58:34 UTC
Hi,
Thanks for your report. I've pushed my changes (https://git.gnome.org/browse/gstreamermm/commit/?id=e1e38548ba97832c0bcb4d427365b0ceaba47e87) and they will be available in the next release version (1.6). If you don't want to wait for the release, you may want to use code from master git's master branch.