- Oct 30, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Sep 25, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Sep 18, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Sep 05, 2015
-
-
Jan Schmidt authored
Makes it possible for muxers to know the target bitrate as soon as encoding starts, which flvmux now uses.
-
- Aug 28, 2015
-
-
Tim-Philipp Müller authored
-
- Aug 19, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Aug 18, 2015
-
-
Thiago Santos authored
The query was handled
-
- Aug 16, 2015
-
-
Thiago Santos authored
Implement accept-caps handling without doing caps queries downstream
-
Thiago Santos authored
It is faster than doing a query that propagates downstream and should be enough Elements: amrnbenc, lamemp3enc, twolamemp2enc
-
- Aug 15, 2015
-
-
Thiago Santos authored
Avoids useless check of downstream caps when handling an accept-caps query
-
Thiago Santos authored
Avoids useless check of downstream caps when handling an accept-caps query Elements: a52dec, amrnbdec, amrwbdec, mad
-
- Aug 14, 2015
-
-
Edward Hervey authored
Makes it easier to differentiate from other modules states unit test
-
- Aug 06, 2015
-
-
Vineeth TM authored
Check if old_tags is present before calling gst_tag_list_unref https://bugzilla.gnome.org/show_bug.cgi?id=753301
-
- Jul 30, 2015
-
-
When discovering a particular asf file, caps structure doesn't have codec_data, and this was not being checked before using the same, resulting in assertion error https://bugzilla.gnome.org/show_bug.cgi?id=752803
-
- Jul 29, 2015
-
-
Luis de Bethencourt authored
Init value of idx2 is never used. First usage sets it to idx + 1. Removing initial value.
-
- Jul 25, 2015
-
-
Olivier Crête authored
-
- Jul 21, 2015
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
merge doesn't take ownership, so must unref the old tags if we do merge.
-
Tags should be appended to pending tags and unref'ed only if tags are present. Else there is no need to append. https://bugzilla.gnome.org/show_bug.cgi?id=752404
-
while adding stream, during error cases, only stream is being freed. Adapter, pad, tags, subpackets, index are not being freed resulting in memory leaks https://bugzilla.gnome.org/show_bug.cgi?id=752404
-
- Jul 16, 2015
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
tags is not being freed after being merged to the pending_tags. https://bugzilla.gnome.org/show_bug.cgi?id=752404
-
- Jul 03, 2015
-
-
Stefan Sauer authored
From f74b2df to 9aed1d7
-
- Jun 24, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jun 18, 2015
-
-
Jan Schmidt authored
Use gst_video_multiview_guess_half_aspect() to guess if frame-packed stereoscopic video is full-frame per view or not.
-
- Jun 16, 2015
-
-
Nicolas Dufresne authored
From 6015d26 to f74b2df
-
- Jun 11, 2015
-
-
This method replace the manual adjustment of PTS and DTS to avoid negative DTS issues. Using this method will also update the segment so we don't loos sync. https://bugzilla.gnome.org/show_bug.cgi?id=740575
-
Jan Schmidt authored
Add parsing of stereoscopic metadata, and place into the caps to the decoder. Fix parsing of Advanced Mutual Exclustion objects. https://bugzilla.gnome.org/show_bug.cgi?id=711190 Based on a patch by HyeJin Choi <meeshel78@hotmail.com>
-
Jan Schmidt authored
Provide new frame-packing property to directly set x264enc frame packing, or pass through upstream settings The explicit layout from the frame-packing property is preferred over any info from the caps.
-
- Jun 10, 2015
-
-