summaryrefslogtreecommitdiff
path: root/gst/dataurisrc
Commit message (Collapse)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
|
* dataurisrc: copy into provided buffer if a buffer is providedTim-Philipp Müller2012-07-101-1/+15
|
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* dataurisrc: fix docs and unit testWim Taymans2012-02-241-1/+1
|
* GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans2012-01-031-1/+1
|
* Update for GstURIHandler get_protocols() changesTim-Philipp Müller2011-11-131-9/+18
|
* make elements compile againWim Taymans2011-10-281-1/+1
|
* dataurisrc: port to 0.11Wim Taymans2011-10-041-97/+66
|
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+13
| | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
* dataurisrc: use g_ascii_strcasecmp()David Schleef2010-12-301-2/+2
|
* Add -Wwrite-stringsBenjamin Otte2010-03-221-3/+3
| | | | and fix its warnings
* dataurisrc: add start function so we can error out properly if no uri is setTim-Philipp Müller2010-01-281-0/+31
| | | | | Also save a set URI after it has been parsed successfully, so that _get_uri() actually works.
* dataurisrc: don't post error message when setting the URI failedTim-Philipp Müller2010-01-281-11/+11
| | | | | There's a gboolean return for that, and the messages don't really add anything useful.
* dataurisrc: must release the object lock before using GST_ELEMENT_ERRORTim-Philipp Müller2010-01-281-4/+16
|
* dataurisrc: Remove role attribute from linksSebastian Dröge2010-01-251-1/+1
|
* dataurisrc: Add docs and integrate into build systemSebastian Dröge2010-01-251-0/+13
| | | | Fixes again bug #596885.
* dataurisrc: Add data: URI source elementSebastian Dröge2010-01-253-0/+496
| | | | | | | This is slightly based on the WebKit data: URI source but supports more parts of RFC 2397. Fixes bug #596885.
* dataurisrc: Add directory for data: URI sourceSebastian Dröge2010-01-251-0/+1