- Aug 29, 2009
- Aug 25, 2009
-
-
Tim-Philipp Müller authored
-
Wim Taymans authored
Don't use relative seeks, it's too hard to track where we are after a flush etc. fixes #593015
-
- Aug 24, 2009
-
-
Tim-Philipp Müller authored
-
Wim Taymans authored
Use the result of gst_pad_set_caps() instead of assuming success. See #590678
-
- Aug 21, 2009
-
-
Wim Taymans authored
Fixes #592530
-
- Aug 18, 2009
-
-
Mark Nauwelaerts authored
QT style tags are tested on starting with (C) symbol using >>, and (unsigned) int (may) have different >> behaviour. Fixes #592232.
-
- Aug 17, 2009
-
-
Tim-Philipp Müller authored
Set parameters so that we don't crash with libjpeg7. Based on Stefan Kost's fix for jpegenc. Fixes #591951.
-
- Aug 14, 2009
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
See #591476.
-
Olivier Crête authored
Fixes #591476.
-
Zaheer Abbas Merali authored
DV interlaced content is always bottom field first. Fixes #591712.
-
Hans de Goede authored
For cameras/drivers that don't support e.g. VIDIOC_G_PARM we'd end up without a framerate and would try to divide by 0, causing run-time warnings and all frames to be timestamped with 0, which makes sinks that sync against the clock drop them, causing 'hangs' (observed with the pwc driver and a Logitech QuickCam Pro 4000). So if we do not know the framerate, simply don't adjust the timestamps. Fixes #591451.
-
Filippo Argiolas authored
Clear format list and probed caps when going to NULL so if a new device is set we'll probe the formats again instead of using previously detected ones. Fixes bug #591747.
-
- Aug 11, 2009
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Hook up build infrastructure (autotools, docs, unit test).
-
ric authored
Fixes #590797
-
Wim Taymans authored
Add the NULL caps check where it matters and also cover another case of potential NULL caps. Fixes #590030
-
Olivier Crête authored
-
Wim Taymans authored
When we get a BYE packet, don't do lip-sync with the SR inside because some senders have trouble constructing valid SR packets after BYE.
-
Wim Taymans authored
After a BYE packet from a source, stop forwarding the SR packets for lip-sync to rtpbin. Some senders don't update their SR packets correctly after sending a BYE and then we break lip-sync. We prefer to let the jitterbuffers drain with the current lip-sync instead.
-
Wim Taymans authored
When iterating the sources of a BYE packet, don't signal a reconsideration for each of them but signal after we handled all sources.
-
Olivier Crête authored
-
Wim Taymans authored
-
Wim Taymans authored
Connect to the pad-removed signal of the ptdemux elements so that we remove the ghostpads for them. Fixes cleanup when going to NULL as well as when releasing the sinkpads. Fixes #561752
-
Wim Taymans authored
-
Wim Taymans authored
Remove all individual SDES properties and use one sdes property that takes a GstStructure instead. This will allow us to add more custom stuff to the SDES messages later.
-
Wim Taymans authored
Remove all individual SDES properties and use one sdes property that takes a GstStructure instead. This will allow us to add more custom stuff to the SDES messages later.
-
Wim Taymans authored
-
Branko Subasic authored
Add support for sending buffer-lists. Add unit test for testing that the buffer-list passed through rtpbin. fixes #585839
-
Tim-Philipp Müller authored
-
Olivier Crête authored
Fixes #584165
-
Olivier Crête authored
-
Wim Taymans authored
Bring the network address in netowkr byte order to the host order.
-
Wim Taymans authored
Since the port in GstNetAddress is in network order we might need to byteswap it before adding it to the source statistics.
-
Wim Taymans authored
-
Wim Taymans authored
-