mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
splitmuxsink: Fix docs support version
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4138>
This commit is contained in:
parent
22229d9546
commit
b8730bc98e
1 changed files with 2 additions and 2 deletions
|
@ -569,7 +569,7 @@ gst_splitmux_sink_class_init (GstSplitMuxSinkClass * klass)
|
||||||
* @splitmux: the #GstSplitMuxSink
|
* @splitmux: the #GstSplitMuxSink
|
||||||
* @muxer: the newly added muxer element
|
* @muxer: the newly added muxer element
|
||||||
*
|
*
|
||||||
* Since: 1.14
|
* Since: 1.16
|
||||||
*/
|
*/
|
||||||
signals[SIGNAL_MUXER_ADDED] =
|
signals[SIGNAL_MUXER_ADDED] =
|
||||||
g_signal_new ("muxer-added", G_TYPE_FROM_CLASS (klass),
|
g_signal_new ("muxer-added", G_TYPE_FROM_CLASS (klass),
|
||||||
|
@ -580,7 +580,7 @@ gst_splitmux_sink_class_init (GstSplitMuxSinkClass * klass)
|
||||||
* @splitmux: the #GstSplitMuxSink
|
* @splitmux: the #GstSplitMuxSink
|
||||||
* @sink: the newly added sink element
|
* @sink: the newly added sink element
|
||||||
*
|
*
|
||||||
* Since: 1.14
|
* Since: 1.16
|
||||||
*/
|
*/
|
||||||
signals[SIGNAL_SINK_ADDED] =
|
signals[SIGNAL_SINK_ADDED] =
|
||||||
g_signal_new ("sink-added", G_TYPE_FROM_CLASS (klass),
|
g_signal_new ("sink-added", G_TYPE_FROM_CLASS (klass),
|
||||||
|
|
Loading…
Reference in a new issue