summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-08-24 11:58:59 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-08-24 11:58:59 +0000
commit05f75a3c66c7d293308281a43cf847ed97081b27 (patch)
treea2210b38f46a4a299c8fb756eaad9210ead48a85 /gst
parent892440dfff0445dce8a80e87ee604a8954c92caa (diff)
gst/level/gstlevel.c: GST_MESSAGE_SRC became a GObject
Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_message_new): GST_MESSAGE_SRC became a GObject
Diffstat (limited to 'gst')
-rw-r--r--gst/level/gstlevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c
index 8730cd0c..e1a79d31 100644
--- a/gst/level/gstlevel.c
+++ b/gst/level/gstlevel.c
@@ -304,7 +304,7 @@ gst_level_message_new (GstLevel * l, gdouble endtime)
gst_structure_set_value (s, "peak", &v);
gst_structure_set_value (s, "decay", &v);
- return gst_message_new_application (GST_OBJECT (l), s);
+ return gst_message_new_application (G_OBJECT (l), s);
}
static void