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.
This commit is contained in:
Jan Schmidt 2005-08-25 10:53:49 +00:00
parent 930dcd1217
commit 1eaefa7cad
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
* gst/level/gstlevel.c: (gst_level_message_new):
Revert unpopular change for GST_MESSAGE_SRC to GObject.
2005-08-25 Andy Wingo <wingo@pobox.com>
* ext/ladspa/gstladspa.h:

View file

@ -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