From 41754faaaf22553a45c7d52b0d47036f7f2f9675 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 2 May 2011 15:48:01 +0300 Subject: [PATCH] docs: fixup broken xref --- gst/gstelement.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstelement.c b/gst/gstelement.c index 41cc8b2..12fc6fa 100644 --- a/gst/gstelement.c +++ b/gst/gstelement.c @@ -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, @@ -2233,7 +2233,7 @@ interrupted: * * This function returns %GST_STATE_CHANGE_NO_PREROLL if the element * successfully changed its state but is not able to provide data yet. - * This mostly happens for live sources that only produce data in + * This mostly happens for live sources that only produce data in * %GST_STATE_PLAYING. While the state change return is equivalent to * %GST_STATE_CHANGE_SUCCESS, it is returned to the application to signal that * some sink elements might not be able to complete their state change because -- 2.7.4