summaryrefslogtreecommitdiff
path: root/gst/subenc
AgeCommit message (Expand)AuthorFilesLines
2017-07-18webvttenc: Change src pad template to application/x-subtitle-vttSeungha Yang1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+14
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-8/+4
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt2-18/+18
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2013-07-05webvttenc: Separate cues with two line breaks instead of one.Brendan Long1-1/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller5-10/+10
2012-10-22subenc: port to 1.0Tim-Philipp Müller2-126/+179
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-11-04controller: port to new controller location and apiStefan Sauer3-4/+4
2011-08-03subenc: Add webvttenc elementDavid Schleef5-16/+388
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-2/+4
2010-03-22Add -Wredundant-decls flagBenjamin Otte1-3/+0
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-04-29gst/subenc/gstsrtenc.c: Declare variables at the beginning of blocks. Fixes c...Jens Granseuer1-4/+6
2008-04-04gst/subenc/gstsrtenc.*: GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.Tim-Philipp Müller2-57/+58
2008-04-01Rename new srtenc plugin to subenc.Tim-Philipp Müller2-9/+9
2008-04-01Add srt subtitle encoderThijs Vermeir3-0/+327