ext/vorbis/vorbisenc.c: GST_PAD_IS_USABLE is gone, use the return value of the push...
authorWim Taymans <wim.taymans@gmail.com>
Sun, 20 Nov 2005 14:09:40 +0000 (14:09 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 20 Nov 2005 14:09:40 +0000 (14:09 +0000)
commit679918cbf6e6ef95c8cda4cc95d16e89c200bb05
tree9c6228c0c556748417a4913f73af80a7d8ceb9cf
parent9e0446f03e98009adefa2cb833bc633cc11211e5
ext/vorbis/vorbisenc.c: GST_PAD_IS_USABLE is gone, use the return value of the push or pad_alloc_buffer instead.

Original commit message from CVS:
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
(gst_vorbisenc_push_packet):
GST_PAD_IS_USABLE is gone, use the return value of
the push or pad_alloc_buffer instead.
ChangeLog
ext/vorbis/vorbisenc.c