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
@ -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>
|
2005-08-25 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* ext/ladspa/gstladspa.h:
|
* 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, "peak", &v);
|
||||||
gst_structure_set_value (s, "decay", &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
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user