summaryrefslogtreecommitdiff
path: root/gst/gstthread.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2000-11-04 18:54:07 +0000
committerWim Taymans <wim.taymans@gmail.com>2000-11-04 18:54:07 +0000
commitc125059f9705d8115a46da2956e91a628342eb53 (patch)
tree499c644b01d91f6b76aca7f4d35fc71857a29a43 /gst/gstthread.h
parentdbe262dfbb8baaff2e18a921e91103340026c141 (diff)
Added the excellent mpeg2dec decoder. Not 100% optimized but allready very fast.
Original commit message from CVS: Added the excellent mpeg2dec decoder. Not 100% optimized but allready very fast. More cleanup.
Diffstat (limited to 'gst/gstthread.h')
-rw-r--r--gst/gstthread.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gst/gstthread.h b/gst/gstthread.h
index bdecf353a..f68304478 100644
--- a/gst/gstthread.h
+++ b/gst/gstthread.h
@@ -51,8 +51,8 @@ typedef enum {
#define GST_IS_THREAD_CLASS(obj) \
(GTK_CHECK_CLASS_TYPE((klass),GST_TYPE_THREAD))
-typedef struct _GstThread GstThread;
-typedef struct _GstThreadClass GstThreadClass;
+typedef struct _GstThread GstThread;
+typedef struct _GstThreadClass GstThreadClass;
struct _GstThread {
GstBin bin;
@@ -66,8 +66,9 @@ struct _GstThreadClass {
GstBinClass parent_class;
};
-GtkType gst_thread_get_type(void);
-GstElement *gst_thread_new(guchar *name);
+GtkType gst_thread_get_type (void);
+
+GstElement* gst_thread_new (guchar *name);
#ifdef __cplusplus
}