- Aug 28, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Aug 27, 2013
-
-
Wim Taymans authored
Remove the framerate restriction on the caps.
-
Wim Taymans authored
Don't update the next RTCP check time in all cases but only when we reconsidered. This avoids delaying sending a full RTCP packet when we are doing early feedback.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Only timeout the EXPECTED timers when we detect a large seqnum gap.
-
- Aug 26, 2013
-
-
Sebastian Dröge authored
-
Wim Taymans authored
We need to take the session lock when getting and manipulating the source.
-
Wim Taymans authored
-
- Aug 24, 2013
-
-
Mathieu Duponchelle authored
If we get flush start and a seek we need to only send flush_stop once. More info at #706441
-
- Aug 23, 2013
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
The audio buffer was mapped so unmap it and not the video buffer https://bugzilla.gnome.org/show_bug.cgi?id=706642
-
- Aug 22, 2013
-
-
-
-
-
-
-
-
Sebastian Dröge authored
Due to function decorations on Windows AC_CHECK_LIB can't be used to check for bz2. https://bugzilla.gnome.org/show_bug.cgi?id=465924
-
- Aug 21, 2013
-
-
Olivier Crête authored
The src was also missing 24-bit sample formats
-
Wim Taymans authored
Use locking Don't push from the event handler, collected packets in a queue and push from the chain function. Clear queues on shutdown.
-
Wim Taymans authored
Do correct shifting of the bitmask for lost packets.
-
Wim Taymans authored
-
Sebastian Dröge authored
Probably fixes https://bugzilla.gnome.org/show_bug.cgi?id=705477
-
Tim-Philipp Müller authored
gst_video_encoder_finish_frame() will return FLOW_OK here if there's no output buffer.
-
Wim Taymans authored
-
Wim Taymans authored
Keep track of the STREAM_START and TAG events and only push them when they changed.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Do full reset on state change to READY
-
Wim Taymans authored
Clear the adapter and pending buffer list on FLUSH_STOP.