summaryrefslogtreecommitdiff
path: root/ext/teletextdec
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Fix up package name and origin in some pluginsTim-Philipp Müller1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2017-03-08Rename plugin filesnames to match plugin namesNicolas Dufresne1-6/+6
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-3/+1
2016-03-29teletexdec: Simplify negotiation codeEdward Hervey1-29/+23
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2015-12-21teletextdec: Use NULL instead of g_strdup('\0')Sebastian Dröge1-2/+2
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-12-07teletextdec: Fix leak and NULL pointer usageEdward Hervey1-13/+9
2015-12-07teletextdec: Remove dead codeEdward Hervey1-4/+1
2015-12-06port teletextdec to 1.0Daniel Kamil Kozar4-440/+313
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-14ffmpegcolorspace is no moreWim Taymans1-1/+1
2012-06-20teletext: #if0 code that never happensEdward Hervey1-0/+3
2012-06-20teletextdec: Use proper variable typeEdward Hervey1-1/+1
2012-06-19teletext: Fix initializationEdward Hervey1-0/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2011-05-23teletextdec: Minor cleanup and indention fixesSebastian Dröge3-11/+21
2011-05-23teletextdec: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge1-4/+5
2011-05-23teletextdec: Fix buffer data leakSebastian Dröge1-3/+2
2011-05-23teletextdec: Add support for pangoAndoni Morales Alastruey2-9/+76
2011-05-23teletextdec: add a new method to convert a page in a list of stringsAndoni Morales Alastruey2-31/+77
2011-05-23teletextdec: add some data in the preroll bufferAndoni Morales Alastruey1-1/+3
2011-05-23teletextdec: fix deadlock on a stream errorAndoni Morales Alastruey1-1/+3
2011-05-23teletextdec: don't try to push an event on a pad that returned an errorAndoni Morales Alastruey1-1/+1
2011-05-23teletextdec: New teletext decoder plugin based in zvbiAndoni Morales Alastruey4-0/+1273