From bc93f42cabc9104354927fb46eb4d6eb7e846c99 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 23 Jun 2007 11:18:46 +0000 Subject: [PATCH] 80 line fix Original commit message from CVS: 80 line fix --- gst/gstelement.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/gstelement.h b/gst/gstelement.h index d9feb1d..2922209 100644 --- a/gst/gstelement.h +++ b/gst/gstelement.h @@ -77,9 +77,9 @@ G_BEGIN_DECLS * @GST_STATE_CHANGE_FAILURE : the state change failed * @GST_STATE_CHANGE_SUCCESS : the state change succeeded * @GST_STATE_CHANGE_ASYNC : the state change will happen asynchronously - * @GST_STATE_CHANGE_NO_PREROLL: the state change succeeded but the element cannot - * produce data in PAUSED. This typically happens - * with live sources. + * @GST_STATE_CHANGE_NO_PREROLL: the state change succeeded but the element + * cannot produce data in PAUSED. This typically + * happens with live sources. * * The possible return values from a state change function. Only * @GST_STATE_CHANGE_FAILURE is a real failure. -- 2.7.4