gst-libs/gst/audio/gstringbuffer.c: Return NULL instead of an enum that happens to...
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
Thu, 1 Nov 2007 12:51:57 +0000 (12:51 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 1 Nov 2007 12:51:57 +0000 (12:51 +0000)
commit05a205860dae7478153d436af3fe485df078f53d
tree486bf984e1c8c53e5418ec9199b90e1d854b20cb
parent28b46c1e5d3c93097053739320b5de519950ffe7
gst-libs/gst/audio/gstringbuffer.c: Return NULL instead of an enum that happens to be 0, fixes warning on MSVC (#4921...

Original commit message from CVS:
Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
* gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
(gst_ring_buffer_parse_caps):
Return NULL instead of an enum that happens to be 0, fixes warning
on MSVC (#492114).
* gst-libs/gst/audio/gstringbuffer.h:
No trailing commas in enum list (for gcc-2.9x).
* gst/videotestsrc/videotestsrc.c: (random_char):
Make information loss explicit instead of implicitly truncating to
eight bits via the return value.  Fixes runtime error on MSVC when
using the debug CRT (#492114).
* win32/common/config.h.in:
Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
* win32/common/libgstinterfaces.def:
* win32/common/libgstrtp.def:
Export a few more symbols (#492114).
ChangeLog
gst-libs/gst/audio/gstringbuffer.c
gst-libs/gst/audio/gstringbuffer.h
gst/videotestsrc/videotestsrc.c
win32/common/config.h.in
win32/common/libgstinterfaces.def
win32/common/libgstrtp.def