Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-09 | xingmux: Properly calculate the number of frames | Gautier Portet | 1 | -1/+2 | |
First, the xing header frame is never added to the count, we have to increment the count. Secondly, there is a rounding error when calculating the frame duration, as spf*GST_SECOND/rate is not an integer (26122448.9) an it must be 26122449. | |||||
2012-11-03 | Fix FSF address | Tim-Philipp Müller | 1 | -2/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=687520 | |||||
2012-09-11 | xingmux: remove defunct commented code | Mark Nauwelaerts | 1 | -2/+0 | |
2012-04-10 | Use new gst_element_class_set_static_metadata() | Tim-Philipp Müller | 1 | -1/+1 | |
2012-02-17 | xingmux: port to 0.11 | Mark Nauwelaerts | 1 | -64/+65 | |
2011-10-30 | lame: remove lame element, it's been superseded by lamemp3enc | Tim-Philipp Müller | 1 | -1/+1 | |
2011-08-03 | Remove mp3parse plugin/element | Tim-Philipp Müller | 1 | -0/+678 | |
It's been replaced by mpegaudioparse in -good. Don't want anyone to spend time porting a deprecated element. Rename plugin to xingmux for now until we move that somewhere else. |