summaryrefslogtreecommitdiff
path: root/ext/teletextdec
Commit message (Collapse)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-051-1/+1
| | | | | | | g_memdup() is deprecated since GLib 2.68 and we want to avoid deprecation warnings with recent versions of GLib. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2280>
* remove various useless linefeed in logsStéphane Cerveau2019-12-111-1/+1
|
* Remove autotools build systemTim-Philipp Müller2019-10-141-9/+0
|
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-0/+1
| | | | | Makes sure their path gets added to the uninstalled environment and makes sure they get included in the docs.
* teletextdec: fix some string leaksTim-Philipp Müller2019-03-081-0/+4
|
* meson: build teletext pluginTim-Philipp Müller2018-12-171-0/+14
|
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-05-181-1/+1
|
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
| | | | | Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
|
* Rename plugin filesnames to match plugin namesNicolas Dufresne2017-03-081-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
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=770158
* teletexdec: Simplify negotiation codeEdward Hervey2016-03-291-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
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763081
* teletextdec: Use NULL instead of g_strdup('\0')Sebastian Dröge2015-12-211-2/+2
| | | | | | Which is equivalent to g_strdup(NULL). https://bugzilla.gnome.org/show_bug.cgi?id=759728
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-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
* teletextdec: Fix leak and NULL pointer usageEdward Hervey2015-12-071-13/+9
| | | | Coverity CID #1341744
* teletextdec: Remove dead codeEdward Hervey2015-12-071-4/+1
| | | | | | | ++i in a for() loop results in the loop never being executed more than once Coverity CID #1341748 Coverity CID #1341743
* port teletextdec to 1.0Daniel Kamil Kozar2015-12-064-440/+313
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=733819
* 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