mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
"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:
parent
fc8757bc01
commit
2676502231
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue