From c07a5da26526a696e1f52ae27883d8c8d2b8d734 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 4 Oct 2005 15:04:50 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ gst/gstformat.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 16f0961..51186b4 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 f38f3d4..1c1c97a 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, -- 2.7.4