instigated by alp. If this is wrong, let us know.
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Oct 2002 17:53:42 +0000 (17:53 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Oct 2002 17:53:42 +0000 (17:53 +0000)
Original commit message from CVS:
instigated by alp.  If this is wrong, let us know.

gst/gstelement.c

index 2e8b64b..e0f2998 100644 (file)
@@ -2002,7 +2002,7 @@ gst_element_wait_state_change (GstElement *element)
  * Returns: TRUE if the state was successfully set.
  * (using #GstElementStateReturn).
  */
-gint
+GstElementStateReturn
 gst_element_set_state (GstElement *element, GstElementState state)
 {
   GstElementClass *oclass;