gstreamer/gst/videotestsrc
Ole André Vadla Ravnås 05a205860d 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).
2007-11-01 12:51:57 +00:00
..
gstvideotestsrc.c gst/: Use the segment->last_stop value to calculate the next timestamp to generate after a seek; not the segment->sta... 2007-05-17 11:16:14 +00:00
gstvideotestsrc.h gst/videotestsrc/: Add a test pattern called "circular", which has concentric rings with varying radial frequency. T... 2007-04-04 02:45:03 +00:00
Makefile.am Make sure our checks and the videotestsrc plugin link against the local uninstalled gst libs and not any installed gs... 2006-11-16 14:35:30 +00:00
videotestsrc.c gst-libs/gst/audio/gstringbuffer.c: Return NULL instead of an enum that happens to be 0, fixes warning on MSVC (#4921... 2007-11-01 12:51:57 +00:00
videotestsrc.h gst/videotestsrc/videotestsrc.*: Add alpha to the color struct. 2007-07-12 15:02:43 +00:00
videotestsrc.vcproj more working plugins 2004-07-27 21:41:30 +00:00