diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-08-16 10:42:37 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-08-16 10:42:37 +0000 |
commit | 10cf87f467b22c0fb9848f3f7971c0cf3cc994f7 (patch) | |
tree | 3491bb4b7db9d011fd889081722002ebf6d51fa4 | |
parent | 72eaad7fd02ec4a246d0f9e428e2489261219c95 (diff) | |
download | gst-plugins-bad-10cf87f467b22c0fb9848f3f7971c0cf3cc994f7.tar.gz gst-plugins-bad-10cf87f467b22c0fb9848f3f7971c0cf3cc994f7.tar.bz2 gst-plugins-bad-10cf87f467b22c0fb9848f3f7971c0cf3cc994f7.zip |
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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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). |