summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssink.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-06 09:55:24 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-06 09:55:24 +0000
commit133cbb77709140348e68552785b612f60eed82c6 (patch)
tree3d6b41413ad403aec255c4eaa6d8e4db523c8859 /sys/oss/gstosssink.h
parent9753ca6859b7c9c328329c9d6aec902282b85c4a (diff)
Add device autodetection
Original commit message from CVS: Add device autodetection
Diffstat (limited to 'sys/oss/gstosssink.h')
-rw-r--r--sys/oss/gstosssink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/oss/gstosssink.h b/sys/oss/gstosssink.h
index 3dc10f20..33bf13fe 100644
--- a/sys/oss/gstosssink.h
+++ b/sys/oss/gstosssink.h
@@ -70,7 +70,7 @@ struct _GstOssSink {
};
struct _GstOssSinkClass {
- GstElementClass parent_class;
+ GstOssElementClass parent_class;
/* signals */
void (*handoff) (GstElement *element,GstPad *pad);