"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
This commit is contained in:
Thomas Vander Stichele 2002-05-28 09:02:17 +00:00
parent fc8757bc01
commit 2676502231

View file

@ -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 */