~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to metadata/rb-metadata-gst-common.h

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: james.westby@ubuntu.com-20110729164138-wwicy8nqalm18ck7
Tags: upstream-2.90.1~20110802
ImportĀ upstreamĀ versionĀ 2.90.1~20110802

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
#include <metadata/rb-metadata.h>
36
36
 
37
 
typedef enum {
38
 
        MEDIA_TYPE_NONE = 0,
39
 
        MEDIA_TYPE_CONTAINER,
40
 
        MEDIA_TYPE_AUDIO,
41
 
        MEDIA_TYPE_VIDEO,
42
 
        MEDIA_TYPE_OTHER
43
 
} RBGstMediaType;
44
 
 
45
37
const char *            rb_metadata_gst_field_to_gst_tag (RBMetaDataField field);
46
38
RBMetaDataField         rb_metadata_gst_tag_to_field (const char *tag);
47
39
 
48
40
void                    rb_metadata_gst_register_transforms (void);
49
41
 
50
 
RBGstMediaType          rb_metadata_gst_get_missing_plugin_type (GstMessage *msg);
51
 
 
52
42
G_END_DECLS
53
43
 
54
44
#endif /* RB_METADATA_GST_COMMON_H */