diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-15 11:21:24 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-15 11:21:24 +0000 |
commit | d769377619a2cb5ab6a29b439000fe4a93d7c123 (patch) | |
tree | 16c1443004842f71f2dd703977f91203eaaf7be6 /ChangeLog | |
parent | c01f7aee1dd1e3e4b03bd9b23b6927ed8cc7cd1f (diff) | |
download | gst-plugins-bad-d769377619a2cb5ab6a29b439000fe4a93d7c123.tar.gz gst-plugins-bad-d769377619a2cb5ab6a29b439000fe4a93d7c123.tar.bz2 gst-plugins-bad-d769377619a2cb5ab6a29b439000fe4a93d7c123.zip |
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*.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |