Age | Commit message (Expand) | Author | Files | Lines |
2009-07-29 | rtpmux: Remove empty finalize | Olivier Crête | 1 | -13/+0 |
2009-07-22 | rtpmux: Free the pad private data on pad release | Olivier Crête | 1 | -18/+50 |
2009-04-28 | rtpmux: Reject wrong caps | Olivier Crête | 1 | -5/+3 |
2009-04-28 | rtpmux: Fix leak | Olivier Crête | 1 | -2/+7 |
2009-04-28 | rtpmux: Fix leak | Olivier Crête | 1 | -3/+4 |
2009-04-22 | rtpmux: Fix warning | Olivier Crête | 1 | -1/+1 |
2009-04-22 | rtpmux: Set different caps depending on the input | Olivier Crête | 1 | -2/+10 |
2009-04-22 | rtpmux: Only free pad private when pad is disposed | Olivier Crête | 1 | -14/+9 |
2009-04-20 | rtpmux: Remove useless caps mangling | Olivier Crête | 1 | -5/+0 |
2009-04-20 | rtpmux: Rename variable for more clarity | Olivier Crête | 1 | -3/+3 |
2009-04-20 | rtpmux: Use GST_BOILERPLATE | Olivier Crête | 1 | -41/+9 |
2009-04-20 | rtpmux: Do the includes locally | Olivier Crête | 1 | -1/+2 |
2009-04-15 | rtpmux: Add GST_DEBUG_FUNCPTRs | Olivier Crête | 1 | -4/+6 |
2009-02-25 | docs: various doc fixes | Stefan Kost | 1 | -2/+0 |
2009-02-21 | Re-indent to Gst style | Olivier Crête | 1 | -33/+31 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Document rtp muxer a bit | Olivier Crête | 1 | -2/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Let ssrc through getcaps | Olivier Crête | 1 | -4/+5 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Rename have_base to have_ts_base | Olivier Crête | 1 | -3/+3 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Protect the seqnum with object lock in rtpmux | Olivier Crête | 1 | -0/+8 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Have getcaps to force the same clockrate on all pads | Olivier Crête | 1 | -0/+102 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Validate RTP data in RTP Mux | Olivier Crête | 1 | -0/+6 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Remove unused clock-rate property | Olivier Crête | 1 | -36/+0 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Missing format parameter | Laurent Glayal | 1 | -1/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Update seqnum base in rtp muxer | Håvard Graff | 1 | -0/+4 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix some more leaks | Håvard Graff | 1 | -1/+5 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Don't unref caps we don't know (thanks Wim) | Olivier Crête | 1 | -1/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Put per-buffer debug at level LOG | Olivier Crête | 1 | -5/+4 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make debug print accurate | Olivier Crête | 1 | -1/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Set our caps on the buffers | Olivier Crête | 1 | -0/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Take the clock-base stored from the last setcaps | Olivier Crête | 1 | -31/+8 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Store the clock-base on setcaps | Olivier Crête | 1 | -0/+5 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add padprivate to the request pads | Olivier Crête | 1 | -0/+22 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Remove whitespace in gstrtpmux | Olivier Crête | 1 | -12/+12 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make indentation more correct | Olivier Crête | 1 | -1/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix typo | Olivier Crête | 1 | -1/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Set seqnum-base and clock-base in caps from rtpmuxer | Olivier Crête | 1 | -5/+14 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Sync jitterbuffer with CVS -bad | philippe.kalaf@collabora.co.uk | 1 | -2/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] missing comment | Youness Alaoui | 1 | -0/+1 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make buffer writable before writing into it | Olivier Crete | 1 | -1/+3 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Set pads active when adding them to a potentially... | Olivier Crete | 1 | -0/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix multiple ref leaks (patches by SP GLE) | Olivier Crete | 1 | -0/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] send event to all src pads | Zeeshan Ali | 1 | -3/+1 |
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 | 1 | -4/+22 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Code clean-up and more debug output | zeeshan.ali@nokia.com | 1 | -3/+2 |