summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-22 06:33:49 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-22 06:33:49 +0000
commitebdf0b8bd0e14dfbdfba0edd73a285e3a93f0aa8 (patch)
tree0c5ccc78cc30495919a0ed5e6742430ce7ff3bf6 /ChangeLog
parent9ab72bf599f25e4b26034611faf5b8c78b072170 (diff)
downloadgst-plugins-bad-ebdf0b8bd0e14dfbdfba0edd73a285e3a93f0aa8.tar.gz
gst-plugins-bad-ebdf0b8bd0e14dfbdfba0edd73a285e3a93f0aa8.tar.bz2
gst-plugins-bad-ebdf0b8bd0e14dfbdfba0edd73a285e3a93f0aa8.zip
ext/mythtv/gstmythtvsrc.c: Don't allocate and copy the data to a new place but instead put the data from gmyth (which...
Original commit message from CVS: * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create): Don't allocate and copy the data to a new place but instead put the data from gmyth (which we own) into the buffers that are passed downstream.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 963d780e..19cbb0e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
+ * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
+ Don't allocate and copy the data to a new place but instead
+ put the data from gmyth (which we own) into the buffers that
+ are passed downstream.
+
+2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
+
* ext/timidity/gstwildmidi.c:
If WILDMIDI_CFG is not defined, define it to the default
timidity configure file.