summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-16 10:42:37 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-08-16 10:42:37 +0000
commit10cf87f467b22c0fb9848f3f7971c0cf3cc994f7 (patch)
tree3491bb4b7db9d011fd889081722002ebf6d51fa4
parent72eaad7fd02ec4a246d0f9e428e2489261219c95 (diff)
downloadgstreamer-plugins-bad-10cf87f467b22c0fb9848f3f7971c0cf3cc994f7.tar.gz
ext/ogg/gstoggdemux.c: Don't push empty pages (#313444).
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): Don't push empty pages (#313444).
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fb7f308f..982fff033 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-08-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
+ Don't push empty pages (#313444).
+
+2005-08-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
* ext/esd/esdsink.c: (gst_esdsink_change_state):
Reset on pause->ready (#313600).