summaryrefslogtreecommitdiff
path: root/gst/dataurisrc
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
| | | | This is not needed any longer.
* Revert "dataurisrc: Remove unnecessary else if condition"Thiago Santos2014-09-071-6/+14
| | | | | | | This reverts commit 3024ae9c38490817a76c83feab3c8472989cafad. The *buf can be NULL or not depending if the caller of gst_pad_get_range function provided or not a buffer.
* dataurisrc: Remove unnecessary else if conditionVineeth T M2014-09-041-14/+6
| | | | | | | | | In gst_data_uri_src_create(), buf cannot be NULL, hence else if (*buf != NULL) will be invalid so removing the else if condition and adding a check to unreference buf in else condition, just in case https://bugzilla.gnome.org/show_bug.cgi?id=735861
* dataurisrc: Make get_uri() threadsafeVineeth T M2014-09-021-2/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=735861
* dataurisrc: fix leak as gst_buffer_replace adds its own refThiago Santos2014-06-281-0/+1
| | | | So unref the buffer after that otherwise it leaks
* 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