summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-15 11:21:24 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-15 11:21:24 +0000
commite4520f972f0f6cf14f46346364d5576d23e6784c (patch)
treee78d177e6adf562caa21bf491fa47258cc9bb400
parente98dec1a6fbb7c68145b50ca852f84de4486dc88 (diff)
ext/snapshot/: This has to be a joke... Snapshot should be connected to a tee, colorspace element before it and EOS a...
Original commit message from CVS: 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net> * ext/snapshot/Makefile.am: * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect), (gst_snapshot_chain): * ext/snapshot/gstsnapshot.h: This has to be a joke... Snapshot should be connected to a tee, colorspace element before it and EOS after that, where the other src of the tee receives normal data. The current way is *wrong*.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3744d97..7c4084d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
+ * ext/snapshot/Makefile.am:
+ * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
+ (gst_snapshot_chain):
+ * ext/snapshot/gstsnapshot.h:
+ This has to be a joke... Snapshot should be connected to a tee,
+ colorspace element before it and EOS after that, where the other
+ src of the tee receives normal data.
+ The current way is *wrong*.
+
+2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
* ext/hermes/gsthermescolorspace.c:
Fix another compile error. Same as below.