mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
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:
parent
99b5da12a1
commit
c07a5da265
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue