gstreamer/ext
Sebastian Dröge 5203ce7e15 ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing from last commit.
Original commit message from CVS:
* ext/soup/gstsouphttpsrc.c: (_do_init),
(gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
(gst_soup_http_src_init), (gst_soup_http_src_dispose),
(gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
(gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
(gst_soup_http_src_queue_message),
(gst_soup_http_src_add_range_header),
(gst_soup_http_src_session_unpause_message),
(gst_soup_http_src_session_pause_message),
(gst_soup_http_src_session_close),
(gst_soup_http_src_got_headers_cb),
(gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
(gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
(gst_soup_http_src_parse_status), (gst_soup_http_src_create),
(gst_soup_http_src_start), (gst_soup_http_src_stop),
(gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
(gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
(gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
(gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
(gst_soup_http_src_uri_get_protocols),
(gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
(gst_soup_http_src_uri_handler_init), (plugin_init):
Add changes to gstsouphttpsrc.c that were missing from last commit.
2008-01-31 09:50:31 +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 docs/plugins/: Now we have full hierarchy. 2008-01-24 13:23:03 +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 docs/plugins/: Regenerate. 2008-01-22 12:06:19 +00:00
dirac ext/dirac/Makefile.am: Also include stdlib here. 2007-07-20 11:03:39 +00:00
directfb ext/directfb/Makefile.am: Add GST_CFLAGS. Otherwise we don't get -Wall -Werror. 2008-01-06 22:35:31 +00:00
divx Fix leaks. 2007-06-22 10:46:33 +00:00
dts Add support for building against libdca (with the libdts compat header). Fixes bug #511530. 2008-01-23 15:51:20 +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/: Use async variants of the close stream functions to prevent blocking for a long time there and add some mor... 2008-01-30 15:34:25 +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 docs/plugins/Makefile.am: Add missing eol \ 2008-01-22 09:55:23 +00:00
jack ext/jack/gstjackaudiosink.c: Add stdlib include here too. 2007-07-18 07:42:47 +00:00
ladspa Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_assert_not_reached() macro in GLib-2.15.x an... 2007-12-29 17:31:49 +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 Fix build with exempi >= 1.99.5 and fix the include path for exempi. 2008-01-30 19:19:33 +00:00
mpeg2enc ext/mpeg2enc/gstmpeg2enc.cc: Define LOG_NONE and friends if they're not defined yet. mjpegtools 1.9.0rc3 removed thei... 2008-01-29 18:05:01 +00:00
mplex Fix up all the state change functions. 2005-09-05 17:20:29 +00:00
musepack ext/musepack/: First include the libmpcdec headers before everything else as they #define TRUE and FALSE unconditiona... 2008-01-26 14:35:22 +00:00
musicbrainz ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because it might not be ready. 2008-01-01 01:18:19 +00:00
mythtv docs/plugins/Makefile.am: Add missing eol \ 2008-01-22 09:55:23 +00:00
nas ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because it might not be ready. 2008-01-01 01:18:19 +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 Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_assert_not_reached() macro in GLib-2.15.x an... 2007-12-29 17:31:49 +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/gstbpmdetect.cc: Clean up a bit and only allocate a temporary buffer for the data if processing stereo... 2008-01-28 11:47:18 +00:00
soup ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing from last commit. 2008-01-31 09:50:31 +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 docs/plugins/Makefile.am: Add missing eol \ 2008-01-22 09:55:23 +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 Add documentation. Fix test app compilation. Fix pull mode. 2008-01-30 12:56:51 +00:00