rtpmanager: Update codes based on 1.18.4
[platform/upstream/gst-plugins-good.git] / gst / rtpmanager / gstrtpmux.c
2012-12-16 Olivier Crêtertpmux: Put per-buffer debug at level LOG
2012-12-16 Olivier Crêtertpmux: Make debug print accurate
2012-12-16 Olivier Crêtertpmux: Set our caps on the buffers
2012-12-16 Olivier Crêtertpmux: Take the clock-base stored from the last setcaps
2012-12-16 Olivier Crêtertpmux: Store the clock-base on setcaps
2012-12-16 Olivier Crêtertpmux: Add padprivate to the request pads
2012-12-16 Olivier Crêtertpmux: Make indentation more correct
2012-12-16 Olivier Crêtertpmux: Fix typo
2012-12-16 Olivier Crêtertpmux: Set seqnum-base and clock-base in caps from...
2012-12-16 Youness Alaouirtpmux: missing comment
2012-12-16 Olivier Cretertpmux: Make buffer writable before writing into it
2012-12-16 Olivier Cretertpmux: Set pads active when adding them to a potential...
2012-12-16 Olivier Cretertpmux: Fix multiple ref leaks (patches by SP GLE)
2012-12-16 Zeeshan Alirtpmux: send event to all src pads
2012-12-16 Zeeshan Alirtpmux: print a warning if receive an error iterating...
2012-12-16 Zeeshan Alirtpmux: deal with all the gst_iterator_next() return...
2012-12-16 Zeeshan Alirtpmux: Return correct value from the event handler
2012-12-16 Zeeshan Alirtpmux: Ville's original patch to fix the traversal...
2012-12-16 zeeshan.ali@nokia.comrtpmux: Set the correct ts-offset on the get_prop value
2012-12-16 zeeshan.ali@nokia.comrtpmux: Refactorize state_change
2012-12-16 zeeshan.ali@nokia.comrtpmux: set SSRC on the packets
2012-12-16 zeeshan.ali@nokia.comrtpmux: Code clean-up and more debug output
2012-12-16 zeeshan.ali@nokia.comrtpmux: Use own clock-base
2012-12-16 zeeshan.ali@nokia.comrtpmux: Only accept RTP streams that have the same...
2012-12-16 zeeshan.ali@nokia.comrtpmux: return newpad instead of NULL and warn if faile...
2012-12-16 zeeshan.ali@nokia.comrtpmux: Refactorize the RTPMux code
2012-12-16 zeeshan.ali@nokia.comrtpmux: Add RTPDTMFMux element
2012-12-16 zeeshan.ali@nokia.comrtpmux: Remove DTMF-specific code from RTP muxer and...
2012-12-16 zeeshan.ali@nokia.comrtpmux: Put more helpful description
2012-12-16 zeeshan.ali@nokia.comrtpmux: remove the (commented-out) code for blocking...
2012-12-16 zeeshan.ali@nokia.comrtpmux: Drop buffers instead of blocking the sinkpads
2012-12-16 zeeshan.ali@nokia.comrtpmux: Implement stream locking, needed for DTMF
2012-12-16 zeeshan.ali@nokia.comrtpmux: use GST_*_OBJECT instead of g_*
2012-12-16 zeeshan.ali@nokia.comrtpmux: No need to manage pads, parent does that for us
2012-12-16 zeenix@gmail.comrtpmux: Fix copyright header
2012-12-16 zeeshan.ali@nokia.comrtpmux: The first implementation of RTP muxer