theoraenc: warn when trying to set an ignored obsolete property
https://bugzilla.gnome.org/show_bug.cgi?id=663391
This commit is contained in:
parent
10811d63f9
commit
0c4ccb4f9c
@ -1500,6 +1500,8 @@ theora_enc_set_property (GObject * object, guint prop_id,
|
||||
case PROP_NOISE_SENSITIVITY:
|
||||
case PROP_SHARPNESS:
|
||||
/* kept for API compat, but ignored */
|
||||
GST_WARNING_OBJECT (object, "Obsolete property '%s' ignored",
|
||||
pspec->name);
|
||||
break;
|
||||
case PROP_BITRATE:
|
||||
GST_OBJECT_LOCK (enc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user