summaryrefslogtreecommitdiff
path: root/gst/encoding
AgeCommit message (Expand)AuthorFilesLines
2015-06-01encodebin: Add a way to enable/disabled a GstEncodingProfileThibault Saunier1-2/+12
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-1/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-1/+1
2014-11-28encodebin: Add a way to disable caps renegotiation for output stream formatThibault Saunier1-2/+50
2014-10-14encodebin: fix some leaks in error code pathTim-Philipp Müller1-5/+12
2014-09-18streamsplitter: do not leak events when flushing themOgnyan Tonchev1-5/+5
2014-08-29encoding: remove assignment that's no longer neededTim-Philipp Müller1-1/+0
2014-08-11encodebin: delay missing encoder error as passthrough is still possibleThiago Santos1-34/+89
2014-06-03streamsplitter: Keep still meaningfull pending events on FLUSH_STOPThibault Saunier1-10/+23
2014-04-10encodebin: guard against gst_pad_get_peer returning NULLVincent Penquerc'h1-6/+8
2014-04-10encodebin: guard against pathological NULL dereferenceVincent Penquerc'h1-0/+2
2014-01-29streamsplitter: push pending events before eosThiago Santos1-11/+32
2014-01-16streamsplitter: handle ACCEPT_CAPS query correctlyWim Taymans1-0/+58
2013-10-09encodebin: Handle changes in encoding_profile::restriction during playbackThibault Saunier1-8/+21
2013-07-26ext/gst: Ensure default query/event handlers are usedEdward Hervey1-26/+0
2013-07-23streamcombiner: Proxy all sink events downstreamSebastian Dröge1-1/+1
2013-07-22streamcombiner: Fix lockingSebastian Dröge1-5/+3
2013-07-21encoding: fix EOS handling in streamsplitter / combiner.Mathieu Duponchelle4-23/+116
2013-05-02streamsplitter: Keep srcpad alive while querying peerThibault Saunier1-0/+3
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-31encodebin: Add action signal to get pad for a given profileEdward Hervey1-7/+68
2013-02-14encodebin: activate ghost pad after creating itVincent Penquerc'h1-0/+1
2013-02-12encodebin: sync muxer state with parent binVincent Penquerc'h1-0/+1
2012-12-17encodebing: Use the preset_name as the factory name and preset as the name of...Thibault Saunier1-14/+16
2012-12-05encodebin: Make use of the new preset_name when setting a presetThibault Saunier1-17/+36
2012-11-03Fix FSF addressTim-Philipp Müller8-16/+16
2012-10-24Revert "gst: Add better support for static plugins"Sebastian Dröge1-1/+1
2012-10-24gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-09-30encodebin: muxer sink pad is not always a request padAlban Browaeys1-1/+3
2012-09-02text/plain + text/x-pango-markup -> text/x-rawTim-Philipp Müller1-3/+2
2012-08-29encodebin: rename flags type nameTim-Philipp Müller1-15/+15
2012-08-20video/x-dvd-subpicture -> subpicture/x-dvdTim-Philipp Müller1-1/+1
2012-08-05encodebin: use generic marshaller for signalTim-Philipp Müller5-21/+2
2012-06-23smartencoder: use gst_quark_from_static_string()Tim-Philipp Müller1-1/+1
2012-05-19encodebin: don't access GstElementFactory structure directlyTim-Philipp Müller1-1/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller4-4/+4
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changeSebastian Dröge1-1/+1
2012-04-04encodebin: release additional obtained caps referenceMark Nauwelaerts1-14/+30
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-11fix for caps API changesWim Taymans1-1/+1
2012-01-18encoding: port to new GLib threading APITim-Philipp Müller4-21/+25
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-2/+3
2012-01-05Fix various unlikely, but still potential memoryleaks in error code pathsHavard Graff1-2/+3
2012-01-02streamcombiner: fix srcpad query capsWim Taymans1-12/+19
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller2-8/+6
2011-12-02Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-1/+1
2011-12-02various: typo fixesPiotr Fusik1-1/+1
2011-11-28various: fix pad template leaksVincent Penquerc'h4-22/+21