summaryrefslogtreecommitdiff
path: root/plugins/elements/gstdisksrc.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2000-10-11 19:30:07 +0000
committerWim Taymans <wim.taymans@gmail.com>2000-10-11 19:30:07 +0000
commit04bb8b0142b82f4f3de873b9cdd57f5198cd80e6 (patch)
treefd0f0afb9ce1e14232bc358387e1b3db471362a1 /plugins/elements/gstdisksrc.c
parent870c6045b257fda9b69fd8769b564e2f4a14f4d4 (diff)
downloadgstreamer-04bb8b0142b82f4f3de873b9cdd57f5198cd80e6.tar.gz
Added extra Gtk types for better editor properties (FILENAME, enums)
Original commit message from CVS: Added extra Gtk types for better editor properties (FILENAME, enums) The disksrcs location property can now be set in the editor: we can now make our first working mp3 player with gsteditor!!
Diffstat (limited to 'plugins/elements/gstdisksrc.c')
-rw-r--r--plugins/elements/gstdisksrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstdisksrc.c b/plugins/elements/gstdisksrc.c
index d12ad9b7fb..1ec3591d8d 100644
--- a/plugins/elements/gstdisksrc.c
+++ b/plugins/elements/gstdisksrc.c
@@ -97,7 +97,7 @@ gst_disksrc_class_init(GstDiskSrcClass *klass) {
parent_class = gtk_type_class(GST_TYPE_SRC);
- gtk_object_add_arg_type("GstDiskSrc::location", GTK_TYPE_STRING,
+ gtk_object_add_arg_type("GstDiskSrc::location", GST_TYPE_FILENAME,
GTK_ARG_READWRITE, ARG_LOCATION);
gtk_object_add_arg_type("GstDiskSrc::bytesperread", GTK_TYPE_INT,
GTK_ARG_READWRITE, ARG_BYTESPERREAD);