mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
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:
parent
930dcd1217
commit
1eaefa7cad
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue