summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/media-info/media-info.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-20 16:25:11 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-20 16:25:11 +0000
commit8588429d0ecaea4633931078cb40510a75ebc5cb (patch)
treede14f7579ca1d3c7d10978f57d28034ab4169890 /gst-libs/gst/media-info/media-info.h
parent71121018f6d76f03ad6fd7d85cf9703d9b10b6b8 (diff)
downloadgst-plugins-bad-8588429d0ecaea4633931078cb40510a75ebc5cb.tar.gz
gst-plugins-bad-8588429d0ecaea4633931078cb40510a75ebc5cb.tar.bz2
gst-plugins-bad-8588429d0ecaea4633931078cb40510a75ebc5cb.zip
register and use debugging category in media-info make vorbisfile emit tags for streaminfo
Original commit message from CVS: register and use debugging category in media-info make vorbisfile emit tags for streaminfo
Diffstat (limited to 'gst-libs/gst/media-info/media-info.h')
-rw-r--r--gst-libs/gst/media-info/media-info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/media-info/media-info.h b/gst-libs/gst/media-info/media-info.h
index d42a4af7..896e4e4c 100644
--- a/gst-libs/gst/media-info/media-info.h
+++ b/gst-libs/gst/media-info/media-info.h
@@ -99,6 +99,7 @@ typedef struct
#define GST_MEDIA_INFO_FORMAT 1 << 5
#define GST_MEDIA_INFO_ALL ((1 << 6) - 1)
+void gst_media_info_init (void);
GType gst_media_info_get_type (void);
GstMediaInfo * gst_media_info_new (const char *source_element);