summaryrefslogtreecommitdiff
path: root/ext/soup
AgeCommit message (Expand)AuthorFilesLines
2013-02-16souphttpsrc: set SOUP_VERSION_{MIN_REQUIRED,MAX_ALLOWED} to suppress deprecat...Tim-Philipp Müller1-1/+4
2013-02-16soup: use default proxy resolver instead of deprecated GNOME proxy resolverTim-Philipp Müller1-7/+1
2013-01-01souphttpsrc: error out properly when receiving data along with an error statusNorbert Waschbuesch1-0/+11
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-02gst_message_new_duration -> gst_message_new_duration_changedTim-Philipp Müller1-2/+1
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2-4/+4
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-1/+1
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-2/+1
2012-07-18soup: deprecated soup_message_headers _get -> _get_oneAlban Browaeys1-5/+5
2012-06-06update for tag event changeWim Taymans1-1/+2
2012-05-28soup: Drop transferMode.dlna.org headerJens Georg1-2/+0
2012-05-16souphttpsrc: fix possible data corruption after seekingTim-Philipp Müller1-2/+3
2012-04-23soup: Handle icy and icyx URI schemesBastien Nocera1-1/+16
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-02-07soup: fix capsWim Taymans1-2/+10
2012-01-30update for HEADER flagWim Taymans1-1/+1
2012-01-25more memory API portingWim Taymans2-16/+14
2012-01-22Use new GLib API unconditionallyTim-Philipp Müller1-5/+0
2012-01-19port to new gthread APIWim Taymans2-25/+25
2012-01-11souphttpsrc: Fix buffer handlingSebastian Dröge1-1/+3
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-1/+39
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-4/+4
2011-12-12Use g_thread_try_new() instead of g_thread_crate() with newer glib versionsTim-Philipp Müller1-0/+6
2011-12-12Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+2
2011-12-11soup: fix start/stop race in souphttpclientsinkTim-Philipp Müller1-1/+31
2011-12-02update for basesink event handler changesWim Taymans1-1/+1
2011-11-28various: fix pad template leaksVincent Penquerc'h2-4/+3
2011-11-24souphttpsrc: get rid of iradio-* properties, post tags insteadTim-Philipp Müller2-46/+0
2011-11-24souphttpsrc: always send icecast request header, drop iradio-mode propertyTim-Philipp Müller2-19/+2
2011-11-13Update for GstURIHandler get_protocols() changesTim-Philipp Müller1-2/+3
2011-11-13soup, pushfile, rtsp, udp, v4l2: update for GstURIHandler API changesTim-Philipp Müller1-7/+10
2011-11-02tags: update for tag API removalWim Taymans1-1/+1
2011-10-30ext, gst: update for taglist API changesTim-Philipp Müller1-1/+1
2011-09-28Merge branch 'master' into 0.11Wim Taymans5-103/+108
2011-09-25soup: rename souphttpsink to souphttpclientsinkTim-Philipp Müller4-99/+105
2011-09-23souphttpsink: don't create unused second sink pad objectTim-Philipp Müller2-6/+0
2011-09-07souphttpsrc: Don't handle HTTP response 407 as error if proxy authentication ...Konstantin Miller1-0/+3
2011-09-06Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-09-06souphttpsrc: Allow positive, non-1.0 segment ratesSebastian Dröge1-1/+1
2011-08-29soup: port soup elements to 0.11Wim Taymans2-89/+84
2011-08-19port more elements to new audio caps and APIWim Taymans1-7/+3
2011-06-04souphttpsink: code cleanupDavid Schleef2-19/+73
2011-06-02souphttpsink: Fix refcounting of the "session" propertySebastian Dröge1-2/+5
2011-06-01soup: Add souphttpsinkDavid Schleef5-25/+800
2011-02-15souphttpsrc: Add URI query handlerAndoni Morales Alastruey1-0/+24
2010-12-02souphttpsrc: Don't send seeks behind the end of file to the serverSebastian Dröge1-3/+21
2010-10-13various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-17/+24
2010-09-24soup: init debug category before using itTim-Philipp Müller1-3/+3