summaryrefslogtreecommitdiff
path: root/gst/dataurisrc
Commit message (Collapse)AuthorAgeFilesLines
* 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