- 14 Aug, 2009 1 commit
-
-
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.
-
- 11 Aug, 2009 39 commits
-
-
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
-
Wim Taymans authored
-
Ali Sabil authored
Add action signal to clear an SSRC in the ssrc demuxer. Add signal to notify of removed ssrc. See #554839
-
Wim Taymans authored
Since we keep a reference to our ghostpads, we can use them to track sessions. This avoid us having to mess with the target of the ghostpad.
-
Wim Taymans authored
-
Wim Taymans authored
Allow getting the request pads multiple times, just return the previously created pads.
-
Wim Taymans authored
Add the RTP and RTCP sender addresses in the stats structure.
-
Wim Taymans authored
Reuse the RTPSource object property instead of duplicating code.
-
Wim Taymans authored
-
Wim Taymans authored
Add the beginnings of an rtpbin unit test Add some more stuff to .gitignore
-
Wim Taymans authored
Set the state on newly added elements to the state of the parent. Add some debug info and do some cleanups
-
Wim Taymans authored
-
Olivier Crête authored
See #561752
-
Olivier Crête authored
Keep the signal handlers so they can be disconnected at release time See #561752
-