Age | Commit message (Expand) | Author | Files | Lines |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] print a warning if receive an error iterating sin... | Zeeshan Ali | 1 | -0/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] deal with all the gst_iterator_next() return values | Zeeshan Ali | 1 | -6/+18 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Return correct value from the event handler | Zeeshan Ali | 1 | -10/+13 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Ville's original patch to fix the traversal of dt... | Zeeshan Ali | 1 | -0/+24 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Set the correct ts-offset on the get_prop value | zeeshan.ali@nokia.com | 1 | -1/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Refactorize state_change | zeeshan.ali@nokia.com | 1 | -27/+23 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] set SSRC on the packets | zeeshan.ali@nokia.com | 2 | -4/+24 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Code clean-up and more debug output | zeeshan.ali@nokia.com | 1 | -3/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Use own clock-base | zeeshan.ali@nokia.com | 2 | -14/+75 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Only accept RTP streams that have the same clock-... | zeeshan.ali@nokia.com | 2 | -23/+52 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Some more code-cleanups | zeeshan.ali@nokia.com | 1 | -19/+9 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] return newpad instead of NULL and warn if failed ... | zeeshan.ali@nokia.com | 1 | -1/+3 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Refactorize the RTPMux code | zeeshan.ali@nokia.com | 1 | -24/+41 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Some more doc fixing | zeeshan.ali@nokia.com | 1 | -9/+7 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] More Refactoring | zeeshan.ali@nokia.com | 1 | -49/+69 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] More documentation | zeeshan.ali@nokia.com | 1 | -2/+34 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Refactor the event handler function | zeeshan.ali@nokia.com | 1 | -37/+46 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add RTPDTMFMux element | zeeshan.ali@nokia.com | 6 | -14/+370 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Remove DTMF-specific code from RTP muxer and make... | zeeshan.ali@nokia.com | 3 | -136/+97 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Put more helpful description | zeeshan.ali@nokia.com | 1 | -1/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] remove the (commented-out) code for blocking the ... | zeeshan.ali@nokia.com | 1 | -27/+0 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Drop buffers instead of blocking the sinkpads | zeeshan.ali@nokia.com | 1 | -19/+41 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Implement stream locking, needed for DTMF | zeeshan.ali@nokia.com | 1 | -8/+76 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] use GST_*_OBJECT instead of g_* | zeeshan.ali@nokia.com | 1 | -4/+4 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] No need to manage pads, parent does that for us | zeeshan.ali@nokia.com | 1 | -8/+0 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix copyright header | zeenix@gmail.com | 1 | -2/+8 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] The first implementation of RTP muxer | zeeshan.ali@nokia.com | 3 | -0/+448 |