gst/gstformat.h: Added precision in the comments for GST_FORMAT_DEFAULT
authorEdward Hervey <bilboed@bilboed.com>
Tue, 4 Oct 2005 15:04:50 +0000 (15:04 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 4 Oct 2005 15:04:50 +0000 (15:04 +0000)
Original commit message from CVS:
* gst/gstformat.h:
Added precision in the comments for GST_FORMAT_DEFAULT

ChangeLog
gst/gstformat.h

index 16f0961..51186b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index f38f3d4..1c1c97a 100644 (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,