summaryrefslogtreecommitdiff
path: root/gst/xingmux/gstxingmux.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-09xingmux: Properly calculate the number of framesGautier Portet1-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-03Fix FSF addressTim-Philipp Müller1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-09-11xingmux: remove defunct commented codeMark Nauwelaerts1-2/+0
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-02-17xingmux: port to 0.11Mark Nauwelaerts1-64/+65
2011-10-30lame: remove lame element, it's been superseded by lamemp3encTim-Philipp Müller1-1/+1
2011-08-03Remove mp3parse plugin/elementTim-Philipp Müller1-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.