mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gst/synaesthesia/gstsynaesthesia.c: Fix up synaesthesia to work under different samplerates/ buffer sizes.
Original commit message from CVS: * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_class_init), (gst_synaesthesia_init), (gst_synaesthesia_dispose), (gst_synaesthesia_finalize), (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps), (gst_synaesthesia_src_link), (gst_synaesthesia_chain), (gst_synaesthesia_change_state), (plugin_init): Fix up synaesthesia to work under different samplerates/ buffer sizes. Force 320x200 output, as that's the only thing the underlying synaesthesia implementation supports. Still needs to be made re-entrant.
This commit is contained in:
parent
f6471093e0
commit
5d934c02f0
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
* gst/synaesthesia/gstsynaesthesia.c:
|
||||
(gst_synaesthesia_class_init), (gst_synaesthesia_init),
|
||||
(gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
|
||||
(gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
|
||||
(gst_synaesthesia_src_link), (gst_synaesthesia_chain),
|
||||
(gst_synaesthesia_change_state), (plugin_init):
|
||||
Fix up synaesthesia to work under different samplerates/ buffer sizes.
|
||||
Force 320x200 output, as that's the only thing the underlying
|
||||
synaesthesia implementation supports. Still needs to be made
|
||||
re-entrant.
|
||||
|
||||
2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
Loading…
Reference in a new issue