diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-09 01:44:08 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-09 01:44:08 +0000 |
commit | dd6a09c36dfecc3e47d060831474887582df6bd3 (patch) | |
tree | e91b95ec2150c2f27bc4966c5373e53233823ce6 /ChangeLog | |
parent | f3a52d2897c8637605520eef76f873d37c66c5cb (diff) | |
download | gst-plugins-bad-dd6a09c36dfecc3e47d060831474887582df6bd3.tar.gz gst-plugins-bad-dd6a09c36dfecc3e47d060831474887582df6bd3.tar.bz2 gst-plugins-bad-dd6a09c36dfecc3e47d060831474887582df6bd3.zip |
ext/snapshot/gstsnapshot.c: Allocate resources when required, fix recursive signal emission and fix caps. Fixes #161667.
Original commit message from CVS:
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
(snapshot_handler), (gst_snapshot_sinkconnect),
(gst_snapshot_chain):
Allocate resources when required, fix recursive signal emission
and fix caps. Fixes #161667.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-01-09 Martin Eikermann <meiker@upb.de> + + Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init), + (snapshot_handler), (gst_snapshot_sinkconnect), + (gst_snapshot_chain): + Allocate resources when required, fix recursive signal emission + and fix caps. Fixes #161667. + 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org> Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> |