summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-06gst: clear floating references for GstTask, GstTaskPool and GstCollectPadsBrendan Long3-0/+8
https://bugzilla.gnome.org/show_bug.cgi?id=710342
2014-02-06docs: gst_pad_new_from_*_template and gst_buffer_pool_new constructors ↵Brendan Long2-3/+3
return floating references https://bugzilla.gnome.org/show_bug.cgi?id=710342
2013-12-23vp9dec: Require vpx >= 1.3.0 for building vp9dec and vp9encBrendan Long1-8/+11
Previous versions did not have a stable bitstream for VP9. https://bugzilla.gnome.org/show_bug.cgi?id=720986
2013-10-01Add gstreamer-mpegts pkg-config file.Brendan Long6-5/+34
https://bugzilla.gnome.org/show_bug.cgi?id=709145
2013-09-26docs: fix spelling of "generic" in GstBaseSrc's documentation.Brendan Long1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=708870
2013-08-19parse: Add GST_FLAG_NO_SINGLE_ELEMENT_BINSBrendan Long3-11/+28
This makes gst_parse_bin_from_description() return an element instead of a bin if there's only one element. Also changed gstparse.c to use this, so gst-launch won't create superfluous bins. https://bugzilla.gnome.org/show_bug.cgi?id=703405
2013-07-05webvttenc: Separate cues with two line breaks instead of one.Brendan Long1-1/+1
See http://dev.w3.org/html5/webvtt/#syntax https://bugzilla.gnome.org/show_bug.cgi?id=703673
2013-06-14playbin: Emit {audio,text,video}-changed signals when pads are removedBrendan Long1-4/+23
https://bugzilla.gnome.org/show_bug.cgi?id=702195
2013-06-13pulsesink: Require PulseAudio >= 2.0Brendan Long1-1/+1
This is needed for pa_format_info_get_prop_* functions. https://bugzilla.gnome.org/show_bug.cgi?id=686459
2013-06-06input-selector: send notify::active signal for input-selector pads.Brendan Long1-3/+21
https://bugzilla.gnome.org/show_bug.cgi?id=701319
2013-05-31rtspconnection: remove functions added in GLib 2.34Brendan Long1-5/+14
g_pollable_stream_read and g_pollable_stream_write were added in GLib 2.34, but Ubuntu 12.04 and Debian Wheezy still use GLib 2.32. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=701316
2013-05-29playbin: Don't take an extra reference to the custom stream combinersBrendan Long1-1/+1
They are automatically reffed when added to the bin because they're already not floating anymore.
2013-05-29playbin: Add playbin audio-stream-combiner test using adderBrendan Long1-7/+123
2013-05-29playbin: Rename select to combine and selector to combiner in playbinBrendan Long1-228/+229
2013-05-29playbin: Add support for custom stream-combinersBrendan Long1-51/+232
This allows to chose something else than input-selector for multiple audio/video/text streams, e.g. an adder could be used for audio. It is needed for example to implement some of the more advanced HTML5 video features. https://bugzilla.gnome.org/show_bug.cgi?id=698851
2013-05-15openal: require OpenAL >= 1.14 to build the OpenAL pluginBrendan Long1-1/+1
For AL_FORMAT_MONO_ALAW_EXT and AL_FORMAT_STEREO_ALAW_EXT. https://bugzilla.gnome.org/show_bug.cgi?id=700402
2013-04-23tests: port Kate tests to 1.0Brendan Long1-72/+72
https://bugzilla.gnome.org/show_bug.cgi?id=697071
2013-04-15kate: port Kate subtitles to 1.0Brendan Long8-190/+207
https://bugzilla.gnome.org/show_bug.cgi?id=697071
2013-04-03porting-to-1.0.txt: subtitle text media types changed as wellBrendan Long1-0/+3
https://bugzilla.gnome.org/show_bug.cgi?id=697153