- 09 Mar, 2013 2 commits
-
-
- 08 Mar, 2013 2 commits
-
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
- 07 Mar, 2013 1 commit
-
-
Tim-Philipp Müller authored
From 2de221c to 04c7a1e
-
- 03 Mar, 2013 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 02 Mar, 2013 2 commits
-
-
Tim-Philipp Müller authored
avdec_h263 won't get plugged otherwise.
-
Arnaud Vrac authored
ISO/IEC 14496-12 specifies disabled tracks should be completely ignored, so just do it. Avoids deadlock during prerolling for some files. Also prevents 'chapter' subtitle tracks from showing up. https://bugzilla.gnome.org/show_bug.cgi?id=693993 https://bugzilla.gnome.org/show_bug.cgi?id=628790
-
- 28 Feb, 2013 4 commits
-
-
Tim-Philipp Müller authored
-
Jonas Holmberg authored
-
Stefan Sauer authored
-
Stefan Sauer authored
In spectrum this was changed from 0.10 to 1.0, lets do this here too.
-
- 27 Feb, 2013 2 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
- 26 Feb, 2013 1 commit
-
-
Olivier Crête authored
Specific case here is Wowza 3.5.0
-
- 24 Feb, 2013 3 commits
-
-
Thomas Vander Stichele authored
-
Thomas Vander Stichele authored
-
-
- 23 Feb, 2013 2 commits
-
-
Tim-Philipp Müller authored
-
Arun Raghavan authored
This makes sure that we update segdone based on the read index received during latency updates. As the comment notes, we make some compromises to deal with the fact that segdone is a segment multiple, while the read index offers finer granularity. The updates are also not very often (100ms since that is how often automatic timing updates are provided). All this is required for the baseaudiosink sample alignment code to work at all. https://bugzilla.gnome.org/show_bug.cgi?id=694257
-
- 22 Feb, 2013 3 commits
-
-
Paul HENRYS authored
change_ssrc field of RTPSession should be set before calling rtp_session_schedule_bye_locked () as this function will call reconsider function that will wake up rtcp_thread which will call rtp_session_on_timeout () that will check change_ssrc to change the ssrc. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=694184
-
-
Youness Alaoui authored
Depending on the order g_object_set() calls aare made, the target r/g/b settings will override the method if set to green/blue. Change that so we do not use the target-r/g/b values unless the method is set to custom. https://bugzilla.gnome.org/show_bug.cgi?id=694374
-
- 21 Feb, 2013 1 commit
-
-
- 20 Feb, 2013 1 commit
-
-
Wim Taymans authored
Only delay the RTCP thread when we are a sender, which we can know because we have a send_rtp_src pad. Otherwise we might delay the RTCP thread if we are only a receiver and then there is no code path that wakes up the RTCP thread and we end up without RTCP packets.
-
- 19 Feb, 2013 1 commit
-
-
Benjamin Gaignard authored
v4l has add a new IOCTL to export a buffer by using dmabuf. This patch allow to use this new IOTCL if it has been defined in videodev2.h I introduce a new IO mode (GST_V4L2_IO_DMABUF) to enable this way of working. https://bugzilla.gnome.org/show_bug.cgi?id=693826
-
- 18 Feb, 2013 2 commits
-
-
Tim-Philipp Müller authored
After gst_buffer_new_and_alloc() gst_buffer_copy_into() will likely append to the already-existing memory instead of filling it.
-
Tim-Philipp Müller authored
Don't unmap short MOOV atom buffer twice, which happened in the case where we don't fix up the MOOV atom. Fixes crashes when thumbnailing partial mp4 file where the MOOV atom is still incomplete. https://bugzilla.gnome.org/show_bug.cgi?id=694010
-
- 16 Feb, 2013 3 commits
-
-
Tim-Philipp Müller authored
souphttpsrc: set SOUP_VERSION_{MIN_REQUIRED,MAX_ALLOWED} to suppress deprecations with newer versions https://bugzilla.gnome.org/show_bug.cgi?id=693911
-
Tim-Philipp Müller authored
Apparently there's no reason to use it any longer. Drop libsoup-gnome dependency while at it, now that we don't need anything from it any more (it only consists entirely of deprecated API now anyways). https://bugzilla.gnome.org/show_bug.cgi?id=693911
-
Tim-Philipp Müller authored
Doesn't fix anything in particular, but is still needed here for correctness.
-
- 15 Feb, 2013 3 commits
-
-
Stefan Sauer authored
The channel-mask is only needed for channels>2 which we don't do.
-
Benjamin Gaignard authored
Don't try to check the stride for encoded formats. Some drivers output something != 0 and then we don't want to fail on that.
-
Tim-Philipp Müller authored
So we have to worry less about portability. https://bugzilla.gnome.org/show_bug.cgi?id=692400
-
- 14 Feb, 2013 1 commit
-
-
Tim-Philipp Müller authored
Now that the subset check actually works, this breaks things with demuxers that don't put a "sof-marker" in their jpeg caps, and we don't have a good parser to plug either yet.
-
- 13 Feb, 2013 4 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Fields were missing from the actual caps, or too many fields existed in the template caps.
-
Sebastian Dröge authored
The AAC caps passed were incomplete.
-
Sebastian Dröge authored
-