mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 13:32:29 +00:00
docs: various doc fixes
No short-desc as we have them in the element details. Also keep things (Makefile.am and sections.txt) sorted. Reword ambigous returns. No text after since please.
This commit is contained in:
parent
ab025f08e7
commit
6b4f792065
1 changed files with 5 additions and 2 deletions
|
@ -802,8 +802,11 @@ gst_input_selector_class_init (GstInputSelectorClass * klass)
|
||||||
* If @pad is the same as the current active pad, the element will cancel any
|
* If @pad is the same as the current active pad, the element will cancel any
|
||||||
* previous block without adjusting segments.
|
* previous block without adjusting segments.
|
||||||
*
|
*
|
||||||
* Since: 0.10.7 the signal changed from accepting the pad name to the pad
|
* <note><simpara>
|
||||||
* object.
|
* the signal changed from accepting the pad name to the pad object.
|
||||||
|
* </simpara></note>
|
||||||
|
*
|
||||||
|
* Since: 0.10.7
|
||||||
*/
|
*/
|
||||||
gst_input_selector_signals[SIGNAL_SWITCH] =
|
gst_input_selector_signals[SIGNAL_SWITCH] =
|
||||||
g_signal_new ("switch", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST,
|
g_signal_new ("switch", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST,
|
||||||
|
|
Loading…
Reference in a new issue