mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 01:54:17 +00:00
gst/adder/gstadder.c: Change author string after seeing output of gst-inspector.
Original commit message from CVS: * gst/adder/gstadder.c: Change author string after seeing output of gst-inspector.
This commit is contained in:
parent
9045e0428e
commit
9b6f3ad0c8
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/adder/gstadder.c:
|
||||||
|
Change author string after seeing output of gst-inspector.
|
||||||
|
|
||||||
2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
|
* gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
|
||||||
|
|
|
@ -679,7 +679,8 @@ gst_adder_class_init (GstAdderClass * klass)
|
||||||
gst_static_pad_template_get (&gst_adder_sink_template));
|
gst_static_pad_template_get (&gst_adder_sink_template));
|
||||||
gst_element_class_set_details_simple (gstelement_class, "Adder",
|
gst_element_class_set_details_simple (gstelement_class, "Adder",
|
||||||
"Generic/Audio",
|
"Generic/Audio",
|
||||||
"Add N audio channels together", "Thomas <thomas@apestaart.org>");
|
"Add N audio channels together",
|
||||||
|
"Thomas Vander Stichele <thomas at apestaart dot org>");
|
||||||
|
|
||||||
parent_class = g_type_class_peek_parent (klass);
|
parent_class = g_type_class_peek_parent (klass);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue