summaryrefslogtreecommitdiffstats
path: root/gst/level/gstlevel.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-08-25 10:53:49 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-08-25 10:53:49 +0000
commit1eaefa7cadc599ddb1be943dbeb5ad1172072254 (patch)
tree6643e38b3fe1f5e9f2c82a6e90a5732960d1e8fb /gst/level/gstlevel.c
parent930dcd12170d9cf20b1a629b274891ea73791619 (diff)
gst/level/gstlevel.c: Revert unpopular change for GST_MESSAGE_SRC to GObject.
Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_message_new): Revert unpopular change for GST_MESSAGE_SRC to GObject.
Diffstat (limited to 'gst/level/gstlevel.c')
-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 e1a79d31..8730cd0c 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 (G_OBJECT (l), s);
+ return gst_message_new_application (GST_OBJECT (l), s);
}
static void