summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux
AgeCommit message (Expand)AuthorFilesLines
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix multiple ref leaks (patches by SP GLE)Olivier Crete1-0/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] send event to all src padsZeeshan Ali1-3/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] print a warning if receive an error iterating sin...Zeeshan Ali1-0/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] deal with all the gst_iterator_next() return valuesZeeshan Ali1-6/+18
2009-02-21[MOVED FROM GST-P-FARSIGHT] Return correct value from the event handlerZeeshan Ali1-10/+13
2009-02-21[MOVED FROM GST-P-FARSIGHT] Ville's original patch to fix the traversal of dt...Zeeshan Ali1-0/+24
2009-02-21[MOVED FROM GST-P-FARSIGHT] Set the correct ts-offset on the get_prop valuezeeshan.ali@nokia.com1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Refactorize state_changezeeshan.ali@nokia.com1-27/+23
2009-02-21[MOVED FROM GST-P-FARSIGHT] set SSRC on the packetszeeshan.ali@nokia.com2-4/+24
2009-02-21[MOVED FROM GST-P-FARSIGHT] Code clean-up and more debug outputzeeshan.ali@nokia.com1-3/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Use own clock-basezeeshan.ali@nokia.com2-14/+75
2009-02-21[MOVED FROM GST-P-FARSIGHT] Only accept RTP streams that have the same clock-...zeeshan.ali@nokia.com2-23/+52
2009-02-21[MOVED FROM GST-P-FARSIGHT] Some more code-cleanupszeeshan.ali@nokia.com1-19/+9
2009-02-21[MOVED FROM GST-P-FARSIGHT] return newpad instead of NULL and warn if failed ...zeeshan.ali@nokia.com1-1/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] Refactorize the RTPMux codezeeshan.ali@nokia.com1-24/+41
2009-02-21[MOVED FROM GST-P-FARSIGHT] Some more doc fixingzeeshan.ali@nokia.com1-9/+7
2009-02-21[MOVED FROM GST-P-FARSIGHT] More Refactoringzeeshan.ali@nokia.com1-49/+69
2009-02-21[MOVED FROM GST-P-FARSIGHT] More documentationzeeshan.ali@nokia.com1-2/+34
2009-02-21[MOVED FROM GST-P-FARSIGHT] Refactor the event handler functionzeeshan.ali@nokia.com1-37/+46
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add RTPDTMFMux elementzeeshan.ali@nokia.com6-14/+370
2009-02-21[MOVED FROM GST-P-FARSIGHT] Remove DTMF-specific code from RTP muxer and make...zeeshan.ali@nokia.com3-136/+97
2009-02-21[MOVED FROM GST-P-FARSIGHT] Put more helpful descriptionzeeshan.ali@nokia.com1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] remove the (commented-out) code for blocking the ...zeeshan.ali@nokia.com1-27/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Drop buffers instead of blocking the sinkpadszeeshan.ali@nokia.com1-19/+41
2009-02-21[MOVED FROM GST-P-FARSIGHT] Implement stream locking, needed for DTMFzeeshan.ali@nokia.com1-8/+76
2009-02-21[MOVED FROM GST-P-FARSIGHT] use GST_*_OBJECT instead of g_*zeeshan.ali@nokia.com1-4/+4
2009-02-21[MOVED FROM GST-P-FARSIGHT] No need to manage pads, parent does that for uszeeshan.ali@nokia.com1-8/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix copyright headerzeenix@gmail.com1-2/+8
2009-02-21[MOVED FROM GST-P-FARSIGHT] The first implementation of RTP muxerzeeshan.ali@nokia.com3-0/+448