- 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.
-
- 26 Jun, 2013 4 commits
-
-
Wim Taymans authored
Turn some errors into warnings, we can continue processing so this should not be fatal. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=657079
-
Wim Taymans authored
-
Wim Taymans authored
When we are waiting for a server reply, handle data messages instead of ignoring them.
-
Wim Taymans authored
Refactor and make a method to handle a data message.
-
- 25 Jun, 2013 3 commits
-
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 24 Jun, 2013 1 commit
-
-
Wim Taymans authored
Actually call BINDTODEVICE to bind to the interface as given by the property. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=702819
-
- 22 Jun, 2013 3 commits
-
-
Sebastian Dröge authored
In theory we can only get I420 though, just to be on the safe side.
-
Sebastian Dröge authored
The encoder does not work with Y42B and Y444 yet it seems.
-
Sebastian Dröge authored
-
- 21 Jun, 2013 1 commit
-
-
Sebastian Dröge authored
-