gstreamer_core/gst/gstformat.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    33 
    33 
    34 /**
    34 /**
    35  * GstFormat:
    35  * GstFormat:
    36  * @GST_FORMAT_UNDEFINED: undefined format
    36  * @GST_FORMAT_UNDEFINED: undefined format
    37  * @GST_FORMAT_DEFAULT: the default format of the pad/element. This can be
    37  * @GST_FORMAT_DEFAULT: the default format of the pad/element. This can be
    38  *    samples for raw audio, frames/fields for raw video (some, but not all,
    38  *    samples for raw audio, frames/fields for raw video.
    39  *    elements support this; use @GST_FORMAT_TIME if you don't have a good
       
    40  *    reason to query for samples/frames)
       
    41  * @GST_FORMAT_BYTES: bytes
    39  * @GST_FORMAT_BYTES: bytes
    42  * @GST_FORMAT_TIME: time in nanoseconds
    40  * @GST_FORMAT_TIME: time in nanoseconds
    43  * @GST_FORMAT_BUFFERS: buffers (few, if any, elements implement this as of
    41  * @GST_FORMAT_BUFFERS: buffers
    44  *     May 2009)
    42  * @GST_FORMAT_PERCENT: percentage of stream
    45  * @GST_FORMAT_PERCENT: percentage of stream (few, if any, elements implement
       
    46  *     this as of May 2009)
       
    47  *
    43  *
    48  * Standard predefined formats
    44  * Standard predefined formats
    49  */
    45  */
    50 /* NOTE: don't forget to update the table in gstformat.c when changing
    46 /* NOTE: don't forget to update the table in gstformat.c when changing
    51  * this enum */
    47  * this enum */