summaryrefslogtreecommitdiff
path: root/ext/teletextdec
Commit message (Collapse)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* 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
|
* ffmpegcolorspace is no moreWim Taymans2012-09-141-1/+1
|
* teletext: #if0 code that never happensEdward Hervey2012-06-201-0/+3
| | | | | The only place this method is called is with lofp being a guint8 (from a data block).
* teletextdec: Use proper variable typeEdward Hervey2012-06-201-1/+1
|
* teletext: Fix initializationEdward Hervey2012-06-191-0/+2
| | | | | | | | We always ended up erroring on the first page otherwise Conflicts: ext/teletextdec/gstteletextdec.c
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
|
* teletextdec: Minor cleanup and indention fixesSebastian Dröge2011-05-233-11/+21
|
* teletextdec: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2011-05-231-4/+5
|
* teletextdec: Fix buffer data leakSebastian Dröge2011-05-231-3/+2
|
* teletextdec: Add support for pangoAndoni Morales Alastruey2011-05-232-9/+76
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=619739
* teletextdec: add a new method to convert a page in a list of stringsAndoni Morales Alastruey2011-05-232-31/+77
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=619739
* teletextdec: add some data in the preroll bufferAndoni Morales Alastruey2011-05-231-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=619739
* teletextdec: fix deadlock on a stream errorAndoni Morales Alastruey2011-05-231-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 errorAndoni Morales Alastruey2011-05-231-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=619739
* teletextdec: New teletext decoder plugin based in zvbiAndoni Morales Alastruey2011-05-234-0/+1273
https://bugzilla.gnome.org/show_bug.cgi?id=619739