gst/gstformat.h: Added precision in the comments for GST_FORMAT_DEFAULT

Original commit message from CVS:
* gst/gstformat.h:
Added precision in the comments for GST_FORMAT_DEFAULT
This commit is contained in:
Edward Hervey 2005-10-04 15:04:50 +00:00
parent 99b5da12a1
commit c07a5da265
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-10-04 Edward Hervey <edward@fluendo.com>
* gst/gstformat.h:
Added precision in the comments for GST_FORMAT_DEFAULT
2005-10-04 Tim-Philipp Müller <tim at centricular dot net>
* tools/gst-launch.c: (main):

View file

@ -44,7 +44,7 @@ G_BEGIN_DECLS
*/
typedef enum {
GST_FORMAT_UNDEFINED = 0, /* must be first in list */
GST_FORMAT_DEFAULT = 1, /* samples for audio, frames/fields for video */
GST_FORMAT_DEFAULT = 1, /* samples for raw audio, frames/fields for raw video */
GST_FORMAT_BYTES = 2,
GST_FORMAT_TIME = 3,
GST_FORMAT_BUFFERS = 4,