mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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:
parent
892440dfff
commit
05f75a3c66
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2005-08-23 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* ext/speex/gstspeexenc.h:
|
* ext/speex/gstspeexenc.h:
|
||||||
|
|
|
@ -304,7 +304,7 @@ gst_level_message_new (GstLevel * l, gdouble endtime)
|
||||||
gst_structure_set_value (s, "peak", &v);
|
gst_structure_set_value (s, "peak", &v);
|
||||||
gst_structure_set_value (s, "decay", &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
|
static void
|
||||||
|
|
Loading…
Reference in a new issue