Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-18 | Fix up package name and origin in some plugins | Tim-Philipp Müller | 1 | -1/+1 | |
2017-05-16 | Remove plugin specific static build option | Nicolas Dufresne | 1 | -1/+0 | |
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient. | |||||
2017-04-12 | docs: Port all docstring to gtk-doc markdown | Thibault Saunier | 1 | -3/+3 | |
2017-03-08 | Rename plugin filesnames to match plugin names | Nicolas Dufresne | 1 | -6/+6 | |
- libgstgtksink.so -> libgstgtk.so - libgstteletextdec.so -> libgstteletex.so - libgstcamerabin2.so -> libgstcamerabin.so - libgstonvif.so -> libgstrtponvif.so (meson only) - sdp -> sdpelem (avoid clash with libgstsdp) - gstsiren -> siren - libgstkmssink.so -> libgstkms.so https://bugzilla.gnome.org/show_bug.cgi?id=779344 | |||||
2016-08-26 | Use the new API to post flow ERROR messages on the bus | Thibault Saunier | 1 | -3/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=770158 | |||||
2016-03-29 | teletexdec: Simplify negotiation code | Edward Hervey | 1 | -29/+23 | |
No need to use a while() loop if we're going only going to use the first structure of the caps ... CID #1341748 | |||||
2016-03-24 | bad: use new gst_element_class_add_static_pad_template() | Vineeth TM | 1 | -4/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=763081 | |||||
2015-12-21 | teletextdec: Use NULL instead of g_strdup('\0') | Sebastian Dröge | 1 | -2/+2 | |
Which is equivalent to g_strdup(NULL). https://bugzilla.gnome.org/show_bug.cgi?id=759728 | |||||
2015-12-15 | plugins-bad: Fix example pipelines | Vineeth TM | 1 | -1/+1 | |
rename gst-launch --> gst-launch-1.0 replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**) fix caps in examples https://bugzilla.gnome.org/show_bug.cgi?id=759432 | |||||
2015-12-07 | teletextdec: Fix leak and NULL pointer usage | Edward Hervey | 1 | -13/+9 | |
Coverity CID #1341744 | |||||
2015-12-07 | teletextdec: Remove dead code | Edward Hervey | 1 | -4/+1 | |
++i in a for() loop results in the loop never being executed more than once Coverity CID #1341748 Coverity CID #1341743 | |||||
2015-12-06 | port teletextdec to 1.0 | Daniel Kamil Kozar | 4 | -440/+313 | |
https://bugzilla.gnome.org/show_bug.cgi?id=733819 | |||||
2013-04-15 | gst: Add better support for static plugins | Sebastian Dröge | 1 | -1/+1 | |
2012-10-17 | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 1 | -1/+1 | |
where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there. | |||||
2012-09-14 | replace gst_element_class_set_details_simple with gst_element_class_set_metadata | Mark Nauwelaerts | 1 | -1/+1 | |
2012-09-14 | ffmpegcolorspace is no more | Wim Taymans | 1 | -1/+1 | |
2012-06-20 | teletext: #if0 code that never happens | Edward Hervey | 1 | -0/+3 | |
The only place this method is called is with lofp being a guint8 (from a data block). | |||||
2012-06-20 | teletextdec: Use proper variable type | Edward Hervey | 1 | -1/+1 | |
2012-06-19 | teletext: Fix initialization | Edward Hervey | 1 | -0/+2 | |
We always ended up erroring on the first page otherwise Conflicts: ext/teletextdec/gstteletextdec.c | |||||
2012-04-05 | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 1 | -1/+1 | |
2012-02-08 | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING | Wim Taymans | 1 | -1/+1 | |
2011-05-23 | teletextdec: Minor cleanup and indention fixes | Sebastian Dröge | 3 | -11/+21 | |
2011-05-23 | teletextdec: Don't use GST_FLOW_IS_FATAL() | Sebastian Dröge | 1 | -4/+5 | |
2011-05-23 | teletextdec: Fix buffer data leak | Sebastian Dröge | 1 | -3/+2 | |
2011-05-23 | teletextdec: Add support for pango | Andoni Morales Alastruey | 2 | -9/+76 | |
https://bugzilla.gnome.org/show_bug.cgi?id=619739 | |||||
2011-05-23 | teletextdec: add a new method to convert a page in a list of strings | Andoni Morales Alastruey | 2 | -31/+77 | |
https://bugzilla.gnome.org/show_bug.cgi?id=619739 | |||||
2011-05-23 | teletextdec: add some data in the preroll buffer | Andoni Morales Alastruey | 1 | -1/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=619739 | |||||
2011-05-23 | teletextdec: fix deadlock on a stream error | Andoni Morales Alastruey | 1 | -1/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=619739 | |||||
2011-05-23 | teletextdec: don't try to push an event on a pad that returned an error | Andoni Morales Alastruey | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=619739 | |||||
2011-05-23 | teletextdec: New teletext decoder plugin based in zvbi | Andoni Morales Alastruey | 4 | -0/+1273 | |
https://bugzilla.gnome.org/show_bug.cgi?id=619739 |