GNOME Bugzilla – Bug 754660
Class for EVENT_RECONFIGURE is missing
Last modified: 2015-09-15 18:58:34 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.
Created attachment 310804 [details] This snippet, which defines this class, worked for me.
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.