gstreamer/ext
Wouter Cloetens a1ced2746d ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state.
Original commit message from CVS:
Patch by: Wouter Cloetens <wouter at mind dot be>
* ext/soup/gstsouphttpsrc.c: (_do_init),
(gst_souphttp_src_class_init), (gst_souphttp_src_init),
(gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
(gst_souphttp_src_get_property), (unicodify),
(gst_souphttp_src_unicodify), (gst_souphttp_src_create),
(gst_souphttp_src_start), (gst_souphttp_src_stop),
(gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
(gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
(soup_got_headers), (soup_got_body), (soup_finished),
(soup_got_chunk), (soup_response), (soup_parse_status),
(gst_souphttp_src_uri_get_type),
(gst_souphttp_src_uri_get_protocols),
(gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
(gst_souphttp_src_uri_handler_init):
* ext/soup/gstsouphttpsrc.h:
Do not try to unpause I/O in the "queued" state.
Reorganise a bunch of things and cleanups.
Uses G_GUINT64_FORMAT instead of hard-coding %llu.
See #502335.
2007-12-11 16:39:39 +00:00
..
alsaspdif ext/alsaspdif/alsaspdifsink.c: Don't free uninitialized data when we are in error. 2007-11-29 10:44:54 +00:00
amrwb ext/amrwb/gstamrwbenc.*: Add property to control bandmode. Fixes #477306. 2007-09-16 07:28:18 +00:00
arts Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
artsd Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
audiofile remove obsolete _factory_init protos and functions 2006-11-24 09:05:39 +00:00
audioresample Massive leak fixing, plus code cleanups. 2007-09-24 10:53:37 +00:00
bz2 Fix leaks. 2007-06-22 10:46:33 +00:00
cdaudio ext/cdaudio/Makefile.am: Add another missing GST_LIBS. 2007-10-17 14:43:25 +00:00
dc1394 ext/dc1394/gstdc1394.c: Set initial structure name to fix assertion, due to recent caps name constraints. 2007-11-25 10:12:09 +00:00
dirac ext/dirac/Makefile.am: Also include stdlib here. 2007-07-20 11:03:39 +00:00
directfb ext/directfb/dfbvideosink.c: When finalizing GstDfbSurface, a subclass of GstBuffer, correctly chain up to the parent... 2007-09-19 12:50:27 +00:00
divx Fix leaks. 2007-06-22 10:46:33 +00:00
dts ext/dts/gstdtsdec.c: A few small clean-ups. 2007-03-02 18:24:14 +00:00
faac ext/faac/gstfaac.c: Don't try to flush the decoder on EOS when it was not initialized. 2007-11-21 09:45:41 +00:00
faad ext/faad/gstfaad.c: Don't set channel positions on regular mono and stereo cases. 2007-09-19 21:18:27 +00:00
gio ext/gio/gstgio.h: Add macro to check if a stream supports seeking. 2007-11-07 15:18:54 +00:00
gsm Fix leaks. 2007-06-22 10:46:33 +00:00
hermes Fix leaks. 2007-06-22 10:46:33 +00:00
ivorbis ext/ivorbis/Makefile.am: Dist header files. Fixes #454078. 2007-07-05 22:28:04 +00:00
jack ext/jack/gstjackaudiosink.c: Add stdlib include here too. 2007-07-18 07:42:47 +00:00
ladspa ext/ladspa/gstladspa.c: Don't leak like hell. 2007-08-16 07:07:41 +00:00
lcs Fix leaks. 2007-06-22 10:46:33 +00:00
libfame Fix leaks. 2007-06-22 10:46:33 +00:00
libmms Add connection speed property to libmms. Fixes #464678. 2007-08-08 15:15:56 +00:00
metadata Added some tags to exif parser. 2007-12-05 17:00:59 +00:00
mpeg2enc configure.ac: Require core CVS. This is implicit in the -base CVS requirement already, so we might just well spell i... 2007-10-10 11:44:01 +00:00
mplex Fix up all the state change functions. 2005-09-05 17:20:29 +00:00
musepack configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343866). 2006-06-09 17:38:20 +00:00
musicbrainz ext/musicbrainz/gsttrm.h: Fix _get_type signature. 2007-07-03 07:30:47 +00:00
mythtv ext/mythtv/gstmythtvsrc.c: Re-apply docs patch from #468039; fix tab. 2007-09-29 19:36:34 +00:00
nas ext/: Printf format string fixes. 2007-03-10 20:10:09 +00:00
neon configure.ac: Update gio's pkg-config file name as currently in SVN. 2007-09-29 05:26:54 +00:00
polyp remove obsolete _factory_init protos and functions 2006-11-24 09:05:39 +00:00
sdl ext/sdl/sdlaudiosink.c: Fix build on Mac OS X. (missing format parameter) 2007-11-21 09:40:08 +00:00
shout Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
snapshot Fix leaks. 2007-06-22 10:46:33 +00:00
sndfile gconf/: Remove dysfunctional directory (this stuff is in -good). 2007-06-25 11:02:21 +00:00
soundtouch ext/soundtouch/gstpitch.cc: Handle seeking correctly. Fixes #461068. 2007-11-15 18:53:56 +00:00
soup ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state. 2007-12-11 16:39:39 +00:00
spc Fix leaks. 2007-06-22 10:46:33 +00:00
swfdec Fix leaks. 2007-06-22 10:46:33 +00:00
tarkin Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
theora autogen.sh: Require automake 1.7 2007-04-29 13:53:17 +00:00
timidity Fix memory leaks. More to come. 2007-09-20 15:06:23 +00:00
x264 ext/x264/gstx264enc.c: Fix caps memleak. 2007-12-11 16:26:07 +00:00
xine More G_OBJECT macro fixing. 2006-09-16 22:14:36 +00:00
xvid ext/xvid/gstxvidenc.*: Remove superfluous 'frame-encoded' signal (people can use an upstream identity's 'handoff' sig... 2007-09-27 13:02:58 +00:00
Makefile.am Added HTTP source based on libsoup. Fixes #497020. 2007-11-15 17:26:25 +00:00