diff -r 567bb019e3e3 -r 7e817e7e631c gstreamer_core/gst/gstformat.h --- a/gstreamer_core/gst/gstformat.h Tue Aug 31 15:30:33 2010 +0300 +++ b/gstreamer_core/gst/gstformat.h Wed Sep 01 12:16:41 2010 +0100 @@ -35,15 +35,11 @@ * GstFormat: * @GST_FORMAT_UNDEFINED: undefined format * @GST_FORMAT_DEFAULT: the default format of the pad/element. This can be - * samples for raw audio, frames/fields for raw video (some, but not all, - * elements support this; use @GST_FORMAT_TIME if you don't have a good - * reason to query for samples/frames) + * samples for raw audio, frames/fields for raw video. * @GST_FORMAT_BYTES: bytes * @GST_FORMAT_TIME: time in nanoseconds - * @GST_FORMAT_BUFFERS: buffers (few, if any, elements implement this as of - * May 2009) - * @GST_FORMAT_PERCENT: percentage of stream (few, if any, elements implement - * this as of May 2009) + * @GST_FORMAT_BUFFERS: buffers + * @GST_FORMAT_PERCENT: percentage of stream * * Standard predefined formats */