diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-10-28 19:19:40 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-10-28 19:19:40 +0000 |
commit | 758cd8fd1855f26d4e59ca1036e71d043aa9aaa1 (patch) | |
tree | 87470c6b9e2f18c2cb89a24b20fec3d65e83b5c4 /ChangeLog | |
parent | 0166570e093c14e10a5c0e64ada784357dc8aa0f (diff) |
Add checks for return values from gst_pad_push and gst_pad_alloc_buffer.
Original commit message from CVS:
Add checks for return values from gst_pad_push and gst_pad_alloc_buffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-10-28 Edgard Lima <edgard.lima@cin.ufpe.br> + + * ext/speex/gstspeexenc.c: (gst_speexenc_chain), + (gst_speexenc_push_buffer): + Add checks for return values from gst_pad_push and + gst_pad_alloc_buffer. + 2005-10-28 Michal Benes <michal dot benes at xeris dot cz> Reviewed by: Tim-Philipp Müller <tim at centricular dot net> |