Tim-Philipp Müller
|
9e1b75fda3
|
Fix FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=687520
|
2012-11-04 00:09:59 +00:00 |
|
Tim-Philipp Müller
|
32ba17cd0f
|
Use gst_element_class_set_static_metadata()
where possible. Avoids some string copies. Also re-indent
some stuff. Also some indent fixes here and there.
|
2012-10-17 17:46:34 +01:00 |
|
Mark Nauwelaerts
|
578861abea
|
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
|
2012-09-14 17:27:49 +02:00 |
|
Tim-Philipp Müller
|
ae063e2942
|
dataurisrc: copy into provided buffer if a buffer is provided
|
2012-07-10 00:59:40 +01:00 |
|
Sebastian Dröge
|
cda192b3b7
|
gst: Update for GST_PLUGIN_DEFINE() API changes
|
2012-04-05 18:02:56 +02:00 |
|
Wim Taymans
|
8743905721
|
dataurisrc: fix docs and unit test
|
2012-02-24 12:53:52 +01:00 |
|
Wim Taymans
|
b592f431e3
|
GST_FLOW_UNEXPECTED -> GST_FLOW_EOS
|
2012-01-03 15:26:54 +01:00 |
|
Tim-Philipp Müller
|
357d7bdfed
|
Update for GstURIHandler get_protocols() changes
|
2011-11-13 23:55:56 +00:00 |
|
Wim Taymans
|
9ca3734e52
|
make elements compile again
|
2011-10-28 15:16:43 +02:00 |
|
Wim Taymans
|
bd0b3f0761
|
dataurisrc: port to 0.11
|
2011-10-04 18:38:50 +02:00 |
|
David Schleef
|
0073550300
|
dataurisrc: use g_ascii_strcasecmp()
|
2010-12-30 18:08:32 -08:00 |
|
Benjamin Otte
|
33c2f5fb01
|
Add -Wwrite-strings
and fix its warnings
|
2010-03-22 13:16:33 +01:00 |
|
Tim-Philipp Müller
|
2cc409861c
|
dataurisrc: add start function so we can error out properly if no uri is set
Also save a set URI after it has been parsed successfully, so that _get_uri()
actually works.
|
2010-01-28 00:08:16 +00:00 |
|
Tim-Philipp Müller
|
766c52766e
|
dataurisrc: don't post error message when setting the URI failed
There's a gboolean return for that, and the messages don't really
add anything useful.
|
2010-01-28 00:08:16 +00:00 |
|
Tim-Philipp Müller
|
61c6c38bd0
|
dataurisrc: must release the object lock before using GST_ELEMENT_ERROR
|
2010-01-28 00:08:16 +00:00 |
|
Sebastian Dröge
|
00e5076b3a
|
dataurisrc: Remove role attribute from links
|
2010-01-25 12:12:32 +01:00 |
|
Sebastian Dröge
|
828af08490
|
dataurisrc: Add docs and integrate into build system
Fixes again bug #596885.
|
2010-01-25 11:56:33 +01:00 |
|
Sebastian Dröge
|
926decbecb
|
dataurisrc: Add data: URI source element
This is slightly based on the WebKit data: URI source
but supports more parts of RFC 2397.
Fixes bug #596885.
|
2010-01-25 11:15:16 +01:00 |
|