- 27 Apr, 2015 1 commit
-
-
Luis de Bethencourt authored
Property enum items should be named PROP_ for consistency and readability.
-
- 26 Apr, 2015 2 commits
-
-
-
Tim-Philipp Müller authored
This is not needed any longer.
-
- 24 Apr, 2015 2 commits
-
-
Thiago Santos authored
Instead of printing the currently used values. The log is meant to show what the properties changed to, not what is being currently used.
-
Luis de Bethencourt authored
This were probably added to the enums due to cargo cult programming and are unused. Removing them.
-
- 23 Apr, 2015 5 commits
-
-
-
Tim-Philipp Müller authored
Make sure the test environment is set up. https://bugzilla.gnome.org//show_bug.cgi?id=747624
-
Tim-Philipp Müller authored
This is only required for builds from git, people can still build tarballs if they only have older autotools. https://bugzilla.gnome.org//show_bug.cgi?id=747624
-
Tim-Philipp Müller authored
-
-
- 22 Apr, 2015 8 commits
-
-
Sebastian Dröge authored
rtpjitterbuffer: When request retransmissions for future packets, consider the packet spacing in the extra delay We now take the maximum of 2*jitter and 0.5*packet_spacing for the extra delay. If jitter is very low, this should prevent unnecessary retransmission requests to some degree. https://bugzilla.gnome.org/show_bug.cgi?id=748041
-
-
Miguel París Díaz authored
If this is set to FALSE, rtpjitterbuffer will not request retransmissions for future packets based on when they are estimated to arrive. See also https://bugzilla.gnome.org/show_bug.cgi?id=748041 https://bugzilla.gnome.org/show_bug.cgi?id=739868
-
Sebastian Dröge authored
Before it was only ever printed once for every time a ssrc was associated with a specific stream.
-
Wim Taymans authored
Some drivers modify the interlace mode to progressive, no matter what input you give them, make sure that we don't add the same interlace mode twice.
-
Luis de Bethencourt authored
When we are in passthrough, the transform function doesn't run and if the passthrough check is in this function it will never be deactivated. Fix this by checking directly whenever a gain is changed. Also set the passthrough to TRUE at init because the gains default to 0, so we can passthrough until any gain property is changed. https://bugzilla.gnome.org/show_bug.cgi?id=748068
-
Sebastian Dröge authored
autotools automatically generate this, and when using different versions for autogen.sh there will always be changes to a file tracked by git.
-
Sebastian Dröge authored
It's completely outdated and just confusing, better if people are forced to look at the actual code in question than trusting this file.
-
- 21 Apr, 2015 1 commit
-
-
Luis de Bethencourt authored
Quell unchecked return value defect by casting the return value to void and making it explicit it is going to be ignored. CID #206031
-
- 17 Apr, 2015 5 commits
-
-
Thiago Santos authored
Solving this FIXME. Copy the full plane when strides are the same
-
Thiago Santos authored
Solving this FIXME. Copy the full plane when strides are the same
-
Vincent Penquerc'h authored
-
Alex O'Konski authored
Prevents an extra unref of GstBuffer when passing a non-icy stream through icydemux with metadata-interval set to 0. Reproducible with: gst-launch-1.0 filesrc location=~/testsong.mp3 ! \ 'application/x-icy,metadata-interval=(int)0' ! icydemux ! decodebin ! wavenc ! \ filesink location=~/testsong.wav https://bugzilla.gnome.org/show_bug.cgi?id=748024
-
Ravi Kiran K N authored
Fix typo in example pipelines https://bugzilla.gnome.org/show_bug.cgi?id=748022
-
- 16 Apr, 2015 10 commits
-
-
-
Luis de Bethencourt authored
Adding an option in the equalizer demo to make the number of bands selectable.
-
-
Arun Raghavan authored
This is needed so that we can generate SR for RTX stream correctly (the clock rate is required). https://bugzilla.gnome.org/show_bug.cgi?id=747394
-
-
Luis de Bethencourt authored
Switch the equalizer-nbands demo to use uridecodebin, so users can listen to something more pleasant than white noise. If anybody misses the white noise a uri handler to audiotestsrc can be used.
-
Luis de Bethencourt authored
Rename variable name to make it more readable, add comments for the three scales created per block, and set the window title.
-
Luis de Bethencourt authored
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
- 15 Apr, 2015 3 commits
-
-
Vincent Penquerc'h authored
A buffer overread. https://bugzilla.gnome.org/show_bug.cgi?id=747554
-
George Kiagiadakis authored
splitmuxsink: do not access property variable without the object lock, use the local stack copy instead
-
George Kiagiadakis authored
because _release_pad tries to release it from ctx->sinkpad, which is multiqueue's sink pad, and currently fails because the probe is not installed there
-
- 14 Apr, 2015 3 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
rtpsession: Not sending early RTCP now because of dithering means we send it with the next compound packet
-
Sebastian Dröge authored
-