After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 327861 - [ffmpegenc] FFMpeg audio encoders do not set caps to buffers
[ffmpegenc] FFMpeg audio encoders do not set caps to buffers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.10.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-20 13:44 UTC by Michal Benes
Modified: 2006-01-20 13:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Set caps to output buffers for audio stream (661 bytes, patch)
2006-01-20 13:45 UTC, Michal Benes
none Details | Review

Description Michal Benes 2006-01-20 13:44:31 UTC
FFMpeg audio encoders do not set caps to buffers, this means that audio streams are in some situations not correctly negotiated.
Comment 1 Michal Benes 2006-01-20 13:45:27 UTC
Created attachment 57726 [details] [review]
Set caps to output buffers for audio stream
Comment 2 Edward Hervey 2006-01-20 13:59:27 UTC
2006-01-20  Michal Benes  <michael.benes@xeris.cz>

	Reviewed by : Edward Hervey  <edward@fluendo.com>

	* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_chain_audio): 
	Caps weren't set on outgoing audio buffers.
	Closes #327861