summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-09 01:44:08 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-09 01:44:08 +0000
commit420c00b7899c97ca96c00d01f037777f8f79ec4f (patch)
tree0ec64a17b7c476e4ef25a15a1f889ef0bba97369
parent25dcc61a6280a24d21d158e72c59cfac068cf144 (diff)
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.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 680de4fe..323f77e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>