From: Thomas Vander Stichele Date: Tue, 6 Jun 2006 14:16:33 +0000 (+0000) Subject: width respectationizing X-Git-Tag: RELEASE-0_10_7~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7a428219bac2b1ac4fa6db77be679e31f7b4dce;p=platform%2Fupstream%2Fgstreamer.git width respectationizing Original commit message from CVS: width respectationizing --- diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h index 70f8cd2..5e7274d 100644 --- a/gst/gstbuffer.h +++ b/gst/gstbuffer.h @@ -184,10 +184,12 @@ typedef struct _GstBufferClass GstBufferClass; * the buffer should not be modified. The metadata might still be modified. * @GST_BUFFER_FLAG_PREROLL: the buffer is part of a preroll and should not be * displayed. - * @GST_BUFFER_FLAG_DISCONT: the buffer marks a discontinuity in the stream. This - * typically occurs after a seek or a dropped buffer from a live or network source. + * @GST_BUFFER_FLAG_DISCONT: the buffer marks a discontinuity in the stream. + * This typically occurs after a seek or a dropped buffer from a live or + * network source. * @GST_BUFFER_FLAG_IN_CAPS: the buffer has been added as a field in a #GstCaps. - * @GST_BUFFER_FLAG_GAP: the buffer has been created to fill a gap in the stream. + * @GST_BUFFER_FLAG_GAP: the buffer has been created to fill a gap in the + * stream. * @GST_BUFFER_FLAG_DELTA_UNIT: this unit cannot be decoded independently. * @GST_BUFFER_FLAG_LAST: additional flags can be added starting from this flag. *