summaryrefslogtreecommitdiff
path: root/gst/id3tag
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2016-11-15Fix some MSVC warnings about const-nessScott D Phillips1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+13
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-5/+2
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-2/+2
2015-11-27id3mux: write private data tagRavi Kiran K N1-1/+53
2015-10-05id3tag: fix sample memory leakVineeth TM1-1/+5
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-13/+13
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2014-02-27id3tag: Remove unused function to fix compiler warningSebastian Dröge1-13/+0
2014-02-08id3tag: Fix uninitialized variable compiler warningSebastian Dröge1-1/+1
2013-12-16id3tag: Read image-description from the info structure, not the capsSebastian Dröge1-6/+10
2013-12-16id3tag: Write image-type into the APIC tagSebastian Dröge1-4/+21
2013-08-20id3mux: handle publisher, interpreted-by and musical-key tagsMatthieu Bouron1-0/+3
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller4-8/+8
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-02id3tag: extract year to write into ID3v1 tag from GST_TAG_DATE_TIME not GST_T...Tim-Philipp Müller1-5/+5
2012-08-21id3tag: fix buildTim-Philipp Müller1-1/+1
2012-08-21id3tag: port to 0.11Tim-Philipp Müller2-80/+112
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2011-08-04Merge branch 'master' into 0.11Wim Taymans7-592/+25
2011-07-29id3mux: use now-public GstTagMux base class from libgsttagTim-Philipp Müller5-610/+3
2011-07-29tagmux: require subclass to install sink pad templateTim-Philipp Müller2-19/+31
2011-07-15tagmux: const-ify GstTagList argument of render vfuncsTim-Philipp Müller4-29/+27
2011-07-15tagmux: fix up private base class header so it can be made publicTim-Philipp Müller3-102/+132
2011-06-15Merge branch 'master' into 0.11Wim Taymans1-0/+14
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2011-02-28miniobject: port to new 0.11 APIWim Taymans1-2/+2
2011-02-01id3mux: map new GST_TAG_ENCODED_BY to ID3v2 TENC frameTim-Philipp Müller1-0/+1
2010-12-22id3mux: Set to GST_RANK_PRIMARYEdward Hervey1-1/+2
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-3/+3
2010-09-08id3mux: Map GST_TAG_ALBUM_ARTISTThiago Santos1-0/+1
2010-08-04id3mux: minor code clean-upTim-Philipp Müller1-5/+12
2010-08-04id3mux: add support for beats-per-minute tagJonathan Matthew1-0/+28
2010-06-18id3tag: Use gst_tag_list_peek_string_indexThiago Santos1-32/+24
2010-03-22Add -Wwrite-stringsBenjamin Otte1-2/+3
2009-10-27id3mux: glib doesn't reliably null-terminate wide-character encodings inMichael Smith1-4/+5
2009-10-16id3tag: actually write image to APIC tag.Michael Smith1-0/+3
2009-10-05id3mux: Write UTF-16 byte order marker correctly.Michael Smith1-1/+4
2009-09-10id3tag: When writing id3v2.3, do not use UTF-8.Michael Smith1-28/+100
2009-08-31id3tag: Unconditionally use GLib 2.16 APISebastian Dröge1-2/+0
2009-06-06id3mux: init genre field in ID3v1 tag to an invalid numberTim-Philipp Müller1-0/+3
2009-06-06id3mux: don't write ID3v1 tag until specifically instructed to do soTim-Philipp Müller1-1/+1
2009-06-06id3mux: don't write empty ID3v1 tagTim-Philipp Müller1-11/+24
2009-06-06id3tag: rename new id3tag element to id3mux replacing the one removed from -uglyTim-Philipp Müller6-64/+64
2009-05-22id3tag: canonicalise function namesTim-Philipp Müller3-23/+23