- 11 Jul, 2013 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 10 Jul, 2013 5 commits
-
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
-
Andoni Morales Alastruey authored
The helper thread for Cocoa, in case no NS run loop is running, should be started only once and shared across all the instances running
-
-
- 09 Jul, 2013 5 commits
-
-
Olivier Crête authored
-
Sebastian Dröge authored
We'll have to pop buffer from collectpads and store it internally only to get the timestamp of the next buffer. If we continue to keep it in collectpads, no new buffer to calculate the end time will ever arrive. https://bugzilla.gnome.org/show_bug.cgi?id=703743
-
-
Jonas Holmberg authored
Stream lock of sink pad was not unlocked after non-updating seek.
-
-
- 08 Jul, 2013 3 commits
-
-
Michael Olbrich authored
If the pool is stopped while gst_v4l2_buffer_pool_dqbuf() waits for a buffer then the return value is GST_FLOW_FLUSHING. In this case the buffer to queue must also be released. Otherwise is will never be deleted or returned to its pool. https://bugzilla.gnome.org/show_bug.cgi?id=703764
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Downstream usually can't accept video/x-h263 but only application/x-rtp, so we would always get an empty intersection here. https://bugzilla.gnome.org/show_bug.cgi?id=702632
-
- 05 Jul, 2013 1 commit
-
-
- 02 Jul, 2013 5 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
Add a signal to let the app select what streams will be selected. See https://bugzilla.gnome.org/show_bug.cgi?id=634419
-
Wim Taymans authored
-
-
Michael Olbrich authored
gst_video_info_from_caps() always extract width, height, interlace mode and framerate now. It is no longer necessary to do it again for encoded formats. https://bugzilla.gnome.org/show_bug.cgi?id=703399
-
- 01 Jul, 2013 9 commits
-
-
Andoni Morales Alastruey authored
Use seek stop position as range end for requests https://bugzilla.gnome.org/show_bug.cgi?id=702206
-
Thiago Santos authored
On is_seekable, check if the server's headers have already been received. If not, do a HEAD request to get them before responding to basesrc. https://bugzilla.gnome.org/show_bug.cgi?id=702206
-
Wim Taymans authored
This way, the app can look and modify the SDP.
-
-
-
Alban Browaeys authored
This allows using avdec_flv which requires this field to be present in the caps. FLV only supports flash-video version 1 right now. https://bugzilla.gnome.org/show_bug.cgi?id=703076
-
Sebastian Dröge authored
Based on a patch by Kishore Arepalli <kishore.arepalli@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=703114
-
Sebastian Dröge authored
-
-
- 28 Jun, 2013 5 commits
-
-
Wim Taymans authored
Align code with the theora payloader and add support for the config-interval to periodically send out the config headers.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
When we see a data packet, always check if we need to collect any previous headers.
-
Wim Taymans authored
Take config strings from the streamheader when we can Fixes https://bugzilla.gnome.org/show_bug.cgi?id=664312
-
- 27 Jun, 2013 5 commits
-
-
-
Wim Taymans authored
Call reset-sync on the rtpbin before we go to playing. This makes us require SR packets for all streams again before we attempt to sync them. If we don't reset, it might be that we combine SR packets from before and after the PAUSE/PLAYING state change and end up with huge bogus offsets.
-
Wim Taymans authored
Don't throw away the first RTCP packet if it arrives before the first RTP packet but remember and use it to signal sync once we get the RTP packet. See https://bugzilla.gnome.org/show_bug.cgi?id=691400
-
Wim Taymans authored
Only signal the loop function when it is active.
-
Wim Taymans authored
We can now use the RESYNC buffer flag to mark a timestamp discont when we update the ts-offset property.
-