diff --git a/ChangeLog b/ChangeLog index 16f0961f34..51186b410c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-04 Edward Hervey + + * gst/gstformat.h: + Added precision in the comments for GST_FORMAT_DEFAULT + 2005-10-04 Tim-Philipp Müller * tools/gst-launch.c: (main): diff --git a/gst/gstformat.h b/gst/gstformat.h index f38f3d46b8..1c1c97a257 100644 --- a/gst/gstformat.h +++ b/gst/gstformat.h @@ -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,