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
This commit is contained in:
Jan Schmidt 2005-08-24 11:58:59 +00:00
parent 892440dfff
commit 05f75a3c66
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
* gst/level/gstlevel.c: (gst_level_message_new):
GST_MESSAGE_SRC became a GObject
2005-08-23 Stefan Kost <ensonic@users.sf.net>
* ext/speex/gstspeexenc.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 (GST_OBJECT (l), s);
return gst_message_new_application (G_OBJECT (l), s);
}
static void