summaryrefslogtreecommitdiff
path: root/gst/asfmux/gstasfmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/asfmux/gstasfmux.c')
-rw-r--r--gst/asfmux/gstasfmux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/asfmux/gstasfmux.c b/gst/asfmux/gstasfmux.c
index 4657a8b0d..920720f8d 100644
--- a/gst/asfmux/gstasfmux.c
+++ b/gst/asfmux/gstasfmux.c
@@ -2325,7 +2325,8 @@ gst_asf_mux_get_property (GObject * object,
g_value_set_uint64 (value, asfmux->prop_padding);
break;
case PROP_IS_LIVE:
- g_warning ("This property is deprecated, use 'streamable' instead");
+ GST_WARNING_OBJECT (object, "The 'is-live' property is deprecated, use "
+ "the 'streamable' property instead");
g_value_set_boolean (value, asfmux->prop_streamable);
break;
case PROP_STREAMABLE: