From 26765022318fb00c1eb17f14717522f5f5b41e88 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 28 May 2002 09:02:17 +0000 Subject: [PATCH] "pardon begg'd, Sir, I do think that my backside's not a sync" Original commit message from CVS: "pardon begg'd, Sir, I do think that my backside's not a sync" Sorry for fixing this but I'm pretty anable that way --- sys/oss/gstosssink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/oss/gstosssink.c b/sys/oss/gstosssink.c index 49fb64b..88d0561 100644 --- a/sys/oss/gstosssink.c +++ b/sys/oss/gstosssink.c @@ -188,7 +188,7 @@ gst_osssink_class_init (GstOssSinkClass *klass) g_param_spec_boolean("mute","mute","mute", TRUE,G_PARAM_READWRITE)); g_object_class_install_property (G_OBJECT_CLASS(klass), ARG_SYNC, - g_param_spec_boolean("sync","Sync","If syncing on timestamps should be anabled", + g_param_spec_boolean("sync","Sync","If syncing on timestamps should be enabled", TRUE, G_PARAM_READWRITE)); /* it would be nice to show format in symbolic form, oh well */ -- 2.7.4