mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
docs: fixup broken xref
This commit is contained in:
parent
eaebf37c00
commit
41754faaaf
1 changed files with 2 additions and 2 deletions
|
@ -206,7 +206,7 @@ gst_element_class_init (GstElementClass * klass)
|
|||
* usually be emitted from the context of the streaming thread. Also keep in
|
||||
* mind that if you add new elements to the pipeline in the signal handler
|
||||
* you will need to set them to the desired target state with
|
||||
* gst_element_set() or gst_element_sync_state_with_parent().
|
||||
* gst_element_set_state() or gst_element_sync_state_with_parent().
|
||||
*/
|
||||
gst_element_signals[PAD_ADDED] =
|
||||
g_signal_new ("pad-added", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST,
|
||||
|
|
Loading…
Reference in a new issue