gst_plugins_base/gst-libs/gst/tag/gsttagdemux.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    48 typedef enum {
    48 typedef enum {
    49   GST_TAG_DEMUX_RESULT_BROKEN_TAG,
    49   GST_TAG_DEMUX_RESULT_BROKEN_TAG,
    50   GST_TAG_DEMUX_RESULT_AGAIN,
    50   GST_TAG_DEMUX_RESULT_AGAIN,
    51   GST_TAG_DEMUX_RESULT_OK
    51   GST_TAG_DEMUX_RESULT_OK
    52 } GstTagDemuxResult;
    52 } GstTagDemuxResult;
    53 #ifdef __SYMBIAN32__
       
    54 IMPORT_C
       
    55 #endif
       
    56 
       
    57 
       
    58 GType gst_tag_demux_result_get_type (void);
       
    59 #define GST_TYPE_TAG_DEMUX_RESULT (gst_tag_demux_result_get_type())
       
    60 
    53 
    61 /**
    54 /**
    62  * GstTagDemux:
    55  * GstTagDemux:
    63  * @element: parent element
       
    64  *
    56  *
    65  * Opaque #GstTagDemux structure.
    57  * Opaque #GstTagDemux structure.
    66  *
    58  *
    67  * Since: 0.10.15
    59  * Since: 0.10.15
    68  */
    60  */