mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
event: The RECONFIGURE element only exists in 0.11
Implementing it properly in 0.10 seems to be impossible.
This commit is contained in:
parent
eee515e5ad
commit
b0d106fefa
2 changed files with 2 additions and 2 deletions
|
@ -1207,7 +1207,7 @@ gst_event_parse_step (GstEvent * event, GstFormat * format, guint64 * amount,
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a new #GstEvent
|
* Returns: (transfer full): a new #GstEvent
|
||||||
*
|
*
|
||||||
* Since: 0.10.34
|
* Since: 0.11.0
|
||||||
*/
|
*/
|
||||||
GstEvent *
|
GstEvent *
|
||||||
gst_event_new_reconfigure (void)
|
gst_event_new_reconfigure (void)
|
||||||
|
|
|
@ -133,7 +133,7 @@ typedef enum {
|
||||||
* @GST_EVENT_STEP: A request for stepping through the media. Sinks will usually
|
* @GST_EVENT_STEP: A request for stepping through the media. Sinks will usually
|
||||||
* execute the step operation. Since: 0.10.24
|
* execute the step operation. Since: 0.10.24
|
||||||
* @GST_EVENT_RECONFIGURE: A request for upstream renegotiating caps and reconfiguring.
|
* @GST_EVENT_RECONFIGURE: A request for upstream renegotiating caps and reconfiguring.
|
||||||
* Since: 0.10.34
|
* Since: 0.11.0
|
||||||
* @GST_EVENT_CUSTOM_UPSTREAM: Upstream custom event
|
* @GST_EVENT_CUSTOM_UPSTREAM: Upstream custom event
|
||||||
* @GST_EVENT_CUSTOM_DOWNSTREAM: Downstream custom event that travels in the
|
* @GST_EVENT_CUSTOM_DOWNSTREAM: Downstream custom event that travels in the
|
||||||
* data flow.
|
* data flow.
|
||||||
|
|
Loading…
Reference in a new issue