summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make documentation consistent with itselfOlivier Crete1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Use segment to calculate dtmfsrc rtp timestampOlivier Crete2-2/+22
2009-02-21[MOVED FROM GST-P-FARSIGHT] Clean-up and refactorize dtmfsrc codezeeshan.ali@nokia.com1-100/+146
2009-02-21[MOVED FROM GST-P-FARSIGHT] Ooops, little typoOlivier Crete1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make it generate the proper rtp timestamps in syn...Olivier Crete2-37/+32
2009-02-21[MOVED FROM GST-P-FARSIGHT] Increment the ts after setting the buffer's tszeeshan.ali@nokia.com1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Calculate the rtp ts before gst ts get incrementedzeeshan.ali@nokia.com1-7/+8
2009-02-21[MOVED FROM GST-P-FARSIGHT] Some code-cleanupzeeshan.ali@nokia.com1-4/+5
2009-02-21[MOVED FROM GST-P-FARSIGHT] Initialize the GstSegment at the right timezeeshan.ali@nokia.com1-2/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Call set_caps when we have all the paramszeeshan.ali@nokia.com1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Set caps on the buffer before pushing itzeeshan.ali@nokia.com1-0/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Request for stream lock when generating DTMF packetszeeshan.ali@nokia.com1-0/+19
2009-02-21[MOVED FROM GST-P-FARSIGHT] Correct caps printoutzeeshan.ali@nokia.com1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add doc-section commentszeeshan.ali@nokia.com1-0/+89
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add copyrightszeeshan.ali@nokia.com2-0/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] No need to handle downstream eventszeeshan.ali@nokia.com1-15/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Attempt to correct event handlingzeeshan.ali@nokia.com1-4/+8
2009-02-21[MOVED FROM GST-P-FARSIGHT] Use pause_task instead of stop_task to avoid any ...zeeshan.ali@nokia.com1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Put correct seq and timestamps on the packetszeeshan.ali@nokia.com2-24/+138
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix the copyright noticezeeshan.ali@nokia.com2-2/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add RTP DTMF event packet generator element and t...zeeshan.ali@nokia.com4-0/+605
2009-02-21mxfdemux: Add read-only property to get the structural metadataSebastian Dröge1-1/+24
2009-02-21mxfdemux: Add MPEG video bitrate to the tags if availableSebastian Dröge1-0/+6
2009-02-21mxfdemux: Post structural metadata tree as tag on the busSebastian Dröge10-6/+1854
2009-02-21mxfdemux: Fix calculation of AES3 bitrate tagSebastian Dröge1-1/+4
2009-02-21mxfdemux: Add helper function to convert MXFraction to gdouble and use itSebastian Dröge3-2/+9
2009-02-21mxfdemux: Only store the main descriptor in source packagesSebastian Dröge3-82/+61
2009-02-21mxfdemux: Set free'd memory to NULL to prevent a double free later in some casesSebastian Dröge1-0/+1
2009-02-21mxfdemux: Don't use generic metadata parsers for unknown metadata, the result...Sebastian Dröge3-8/+6
2009-02-19mpegtsdemux: s/fluts/mpegtsZaheer Merali9-395/+398
2009-02-17Document the GstValveOlivier Crête2-0/+18
2009-02-17Rename fsvalve to valveOlivier Crête1-16/+16
2009-02-17Re-indent valve in gst styleOlivier Crête2-38/+32
2009-02-17[MOVED FROM GST-P-FARSIGHT] Ignore errors if dropping is set to trueOlivier Crête1-0/+16
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir filesOlivier Crête1-0/+0
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add getcaps proxying to the valveOlivier Crête1-0/+24
2009-02-17[MOVED FROM GST-P-FARSIGHT] Rebase valve onto gstelement instead of basetrans...Olivier Crête2-86/+55
2009-02-17[MOVED FROM GST-P-FARSIGHT] Revert "Fix refcounting issues in prepare_output_...Olivier Crête1-11/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Fix refcounting issues in prepare_output_buffersjoerd@luon.net1-4/+11
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove unused dispose method in valveOlivier Crete1-12/+0
2009-02-17[MOVED FROM GST-P-FARSIGHT] Dont hold the object lock while calling base allo...Olivier Crete1-2/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Set the DISCONT flag after dropping buffersOlivier Crete2-6/+41
2009-02-17[MOVED FROM GST-P-FARSIGHT] Use do the alloc_buffer function in the valveOlivier Crete2-4/+41
2009-02-17[MOVED FROM GST-P-FARSIGHT] Only set passthrough to TRUE on newer versions of...Olivier Crete1-0/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Compare minor, not majorOlivier Crete1-3/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Make the valve element work with gst < 0.10.13Olivier Crete1-1/+5
2009-02-17[MOVED FROM GST-P-FARSIGHT] Rename valve to fsvalveOlivier Crete2-7/+7
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add valve elementOlivier Crete4-0/+312
2009-02-17Add some documentation to the siren enc/dec pluginsOlivier Crête2-0/+18
2009-02-17Re-indent the siren stuff to be gst styleOlivier Crête5-68/+41