diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2004-11-11 11:21:06 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2004-11-11 11:21:06 +0000 |
commit | 0123d70ef9517d46914f006c38812631aa2e1f70 (patch) | |
tree | 492fa24e266337206c147b38f40ff94670c855d9 /ChangeLog | |
parent | 28925a34c8493a5ff6e5695bdaee469c311472a7 (diff) | |
download | gst-plugins-bad-0123d70ef9517d46914f006c38812631aa2e1f70.tar.gz gst-plugins-bad-0123d70ef9517d46914f006c38812631aa2e1f70.tar.bz2 gst-plugins-bad-0123d70ef9517d46914f006c38812631aa2e1f70.zip |
Use bytestream in goom for input samples
Original commit message from CVS:
Use bytestream in goom for input samples
Add a debug category
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-11-11 Jan Schmidt <thaytan@mad.scientist.com> + + * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init), + (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain), + (gst_goom_change_state), (plugin_init): + Use the bytestream adapter so goom doesn't depend on the input + buffer size. + Add a debug category + 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/alsa/gstalsa.c: (gst_alsa_change_state): |