Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 2012-10-17 | 1 | -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_metadata | Mark Nauwelaerts | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | ffmpegcolorspace is no more | Wim Taymans | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | teletext: #if0 code that never happens | Edward Hervey | 2012-06-20 | 1 | -0/+3 |
| | | | | | The only place this method is called is with lofp being a guint8 (from a data block). | ||||
* | teletextdec: Use proper variable type | Edward Hervey | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | teletext: Fix initialization | Edward Hervey | 2012-06-19 | 1 | -0/+2 |
| | | | | | | | | We always ended up erroring on the first page otherwise Conflicts: ext/teletextdec/gstteletextdec.c | ||||
* | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING | Wim Taymans | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | teletextdec: Minor cleanup and indention fixes | Sebastian Dröge | 2011-05-23 | 3 | -11/+21 |
| | |||||
* | teletextdec: Don't use GST_FLOW_IS_FATAL() | Sebastian Dröge | 2011-05-23 | 1 | -4/+5 |
| | |||||
* | teletextdec: Fix buffer data leak | Sebastian Dröge | 2011-05-23 | 1 | -3/+2 |
| | |||||
* | teletextdec: Add support for pango | Andoni Morales Alastruey | 2011-05-23 | 2 | -9/+76 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=619739 | ||||
* | teletextdec: add a new method to convert a page in a list of strings | Andoni Morales Alastruey | 2011-05-23 | 2 | -31/+77 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=619739 | ||||
* | teletextdec: add some data in the preroll buffer | Andoni Morales Alastruey | 2011-05-23 | 1 | -1/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=619739 | ||||
* | teletextdec: fix deadlock on a stream error | Andoni Morales Alastruey | 2011-05-23 | 1 | -1/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=619739 | ||||
* | teletextdec: don't try to push an event on a pad that returned an error | Andoni Morales Alastruey | 2011-05-23 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=619739 | ||||
* | teletextdec: New teletext decoder plugin based in zvbi | Andoni Morales Alastruey | 2011-05-23 | 4 | -0/+1273 |
https://bugzilla.gnome.org/show_bug.cgi?id=619739 |