ext/ffmpeg/gstffmpegmux.c: ffmux_flv only accepts mpeg audio with a sample rate of...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 9 Feb 2007 17:30:19 +0000 (17:30 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 9 Feb 2007 17:30:19 +0000 (17:30 +0000)
commitb0d8e2f710d6e47872600e6cec1f682597b76acb
tree2851b64f36312696e8773cdac4b1912066f09442
parenta23114785a5f36cf1c8966963051bc4e0a31ee79
ext/ffmpeg/gstffmpegmux.c: ffmux_flv only accepts mpeg audio with a sample rate of 44100, 22050 or 11025. Fix up the ...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_register):
ffmux_flv only accepts mpeg audio with a sample rate of 44100, 22050
or 11025. Fix up the caps in the sink pad template accordingly, so
that encoding piplines at least have a chance to automatically
negotiate to one of the allowed rates.
ChangeLog
ext/ffmpeg/gstffmpegmux.c