summaryrefslogtreecommitdiff
path: root/gst/mpegpsmux/mpegpsmux.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-051-1/+1
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-9/+4
* mpegpsmux: add stream-format and alignment to H.264 capsNicola Murino2019-01-241-1/+2
* mpegpsmux: Do not dereference a NULL pointerThibault Saunier2017-08-031-2/+2
* mpegpsmux: remove unnecessary g_return_if_fail()Eunhae Choi2017-06-271-1/+0
* gst: Fix caps leakGarima Gaur2016-11-301-0/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* mpegpsmux: update last_ts to mux correctlyWim Taymans2014-01-211-0/+3
* mpegpsmux: fix timestamp handlingWim Taymans2014-01-201-10/+3
* mpegpsmux: return GST_FLOW_EOS when we pushed EOSWim Taymans2014-01-201-1/+4
* mpegpsmux: Send stream-start event before any dataSebastian Dröge2013-07-101-0/+5
* mpegpsmux: use DTS in addition to PTSTim-Philipp Müller2013-01-011-58/+83
* mpegpsmux: port to 0.11Tim-Philipp Müller2012-12-311-92/+47
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer2012-09-121-1/+1
* collectpads2: rename to collectpadsMark Nauwelaerts2012-04-171-15/+15
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-1/+3
|\
| * mpegpsmux: include specific AAC stream-format in template capsVincent Penquerc'h2012-02-021-1/+3
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-20/+124
|\ \ | |/
| * mpegpsmux: port to GstCollectPads2Vincent Penquerc'h2011-12-151-15/+15
| * mpegpsmux: put stream headers into output capsTim-Philipp Müller2011-12-111-0/+18
| * mpegpsmux: add "aggregate-gops" property to aggregate GOPs into buffer listsTim-Philipp Müller2011-12-111-3/+74
| * mpegpsmux: remember primary video streamTim-Philipp Müller2011-12-111-0/+11
| * mpegpsmux: remember whether an incoming buffer is a keyunit or notTim-Philipp Müller2011-12-111-1/+5
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
| * Revert "Check that collectpads exists before removing pad"Edward Hervey2011-02-211-3/+1
| * Check that collectpads exists before removing padDavid Schleef2011-02-201-1/+3
* | collectpads: port API changesStefan Sauer2011-11-171-1/+1
* | make request pads take _%uWim Taymans2011-11-041-1/+1
|/
* Fix pad template memleaksDavid Schleef2010-11-301-3/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+5
* mpegsmux, mpegpsmux: fix unused variable warning with the debugging system in...Tim-Philipp Müller2009-09-021-2/+1
* mpegpsmux: Add MPEG PS muxerLin Yang2009-08-311-0/+702