mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
fix and comment
Original commit message from CVS: fix and comment
This commit is contained in:
parent
6712bc3afa
commit
ea74061a18
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
* Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu>
|
||||
* 2000 Wim Taymans <wim.taymans@chello.be>
|
||||
*
|
||||
* gstevent.h: Header for GstEvent subsystem
|
||||
* gstformat.h: Header for GstFormat types of offset
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
|
@ -40,7 +40,7 @@ typedef enum {
|
|||
GST_FORMAT_SAMPLES = 3,
|
||||
|
||||
/* video related */
|
||||
GST_FORMAT_FRAMES = 4,
|
||||
GST_FORMAT_FRAMES = 4, /* can also be used for compressed audio */
|
||||
GST_FORMAT_FIELDS = 5,
|
||||
} GstFormat;
|
||||
|
||||
|
|
Loading…
Reference in a new issue