summaryrefslogtreecommitdiff
path: root/gst/mpegpsmux
AgeCommit message (Expand)AuthorFilesLines
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts2-18/+18
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-1/+3
2012-02-02mpegpsmux: include specific AAC stream-format in template capsVincent Penquerc'h1-1/+3
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey6-35/+215
2011-12-15mpegpsmux: port to GstCollectPads2Vincent Penquerc'h2-18/+18
2011-12-11mpegpsmux: put stream headers into output capsTim-Philipp Müller3-10/+95
2011-12-11mpegpsmux: add "aggregate-gops" property to aggregate GOPs into buffer listsTim-Philipp Müller2-3/+77
2011-12-11mpegpsmux: remember primary video streamTim-Philipp Müller2-1/+14
2011-12-11mpegpsmux: remember whether an incoming buffer is a keyunit or notTim-Philipp Müller3-3/+11
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
2011-11-17collectpads: port API changesStefan Sauer1-1/+1
2011-11-04make request pads take _%uWim Taymans1-1/+1
2011-09-22psmux: fix writing of system header, which makes VLC not skip the adjacent PS...Tim-Philipp Müller1-1/+1
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2011-02-21Revert "Check that collectpads exists before removing pad"Edward Hervey1-3/+1
2011-02-20Check that collectpads exists before removing padDavid Schleef1-1/+3
2010-11-30Fix pad template memleaksDavid Schleef1-3/+2
2010-03-22Add -Wold-style-definitionBenjamin Otte1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+5
2009-10-22mpegpsmux: some minor build fixesTim-Philipp Müller1-2/+2
2009-09-02mpegsmux, mpegpsmux: fix unused variable warning with the debugging system in...Tim-Philipp Müller1-2/+1
2009-08-31mpegpsmux: Add missing files to fix compilationSebastian Dröge4-0/+537
2009-08-31mpegpsmux: Add MPEG PS muxerLin Yang10-0/+2728