gstreamer/gst-libs/gst/audio
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
..
.gitignore ignore more 2005-01-17 12:45:48 +00:00
audio.c gst-libs/gst/audio/audio.*: Readd the deprecation guards, but preserve compilability. 2007-11-01 08:06:13 +00:00
audio.def add more plugins to the build add some definitions needed by plugins fixes for build problems 2004-07-26 22:09:59 +00:00
audio.h gst-libs/gst/audio/audio.*: Readd the deprecation guards, but preserve compilability. 2007-11-01 08:06:13 +00:00
audio.vcproj more working plugins 2004-07-27 21:41:30 +00:00
audiofilter.vcproj more working plugins 2004-07-27 21:41:30 +00:00
gstaudioclock.c gst-libs/gst/audio/gstaudioclock.c: Fix clock name. 2007-02-28 15:02:25 +00:00
gstaudioclock.h Added docs for the audio libs. 2006-09-27 11:05:08 +00:00
gstaudiofilter.c gst-libs/gst/audio/gstaudiofilter.c: Clear our formats structure and free the caps contained in it when shutting down. 2007-02-06 09:42:05 +00:00
gstaudiofilter.h Fix the docs according to what gtk-doc complained about. 2007-10-30 20:32:14 +00:00
gstaudiofiltertemplate.c gst-libs/gst/audio/: Oops, forgot to commit fixed-up example. 2007-02-03 23:28:45 +00:00
gstaudiosink.c gst-libs/gst/audio/: Improve debugging. 2007-03-01 17:01:43 +00:00
gstaudiosink.h Added docs for the audio libs. 2006-09-27 11:05:08 +00:00
gstaudiosrc.c gst-libs/gst/audio/: Improve debugging. 2007-03-01 17:01:43 +00:00
gstaudiosrc.h Fix broken GObject macros 2006-04-08 18:09:17 +00:00
gstbaseaudiosink.c gst-libs/gst/audio/gstbaseaudiosink.c: Also explicitly release the ringbuffer when going to NULL because it is requir... 2007-10-16 15:33:31 +00:00
gstbaseaudiosink.h gst-libs/gst/audio/gstbaseaudiosink.*: Store private stuff in GstBaseAudioSinkPrivate. 2007-03-28 14:50:47 +00:00
gstbaseaudiosrc.c gst-libs/gst/audio/gstbaseaudiosrc.c: Also handle the case where there is no clock set on the audio source, like in t... 2007-10-08 18:02:53 +00:00
gstbaseaudiosrc.h gst-libs/gst/audio/gstbaseaudiosrc.*: Allow othe clocks than the internal clock to be used for the pipeline. 2007-09-10 22:10:54 +00:00
gstringbuffer.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
gstringbuffer.h 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
make_filter gconf/Makefile.am: Fix for non-GNU make 2004-04-19 22:51:57 +00:00
Makefile.am gst-libs/gst/audio/: Oops, forgot to commit fixed-up example. 2007-02-03 23:28:45 +00:00
mixerutils.c gst-libs/gst/audio/mixerutils.c: Make order in which elements are tried more determinable. 2006-02-20 16:21:14 +00:00
mixerutils.h gst-libs/gst/audio/mixerutils.h: Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be used when compiling... 2007-01-12 12:47:29 +00:00
multichannel.c ext/alsa/: Add support for cards that (only) do more than 8 channels, like the Delta 44 (#345188). 2006-08-03 14:16:06 +00:00
multichannel.h ext/alsa/: Add support for cards that (only) do more than 8 channels, like the Delta 44 (#345188). 2006-08-03 14:16:06 +00:00
testchannels.c Plugin port to 0.9, ogg/theora playback should work in the seek example now. 2005-03-31 09:43:49 +00:00
TODO gst-libs/gst/audio/TODO: Update TODO 2006-02-17 10:15:52 +00:00