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 722517 - lamemp3enc and flvmux internal data flow error
lamemp3enc and flvmux internal data flow error
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-19 03:02 UTC by Azat
Modified: 2014-01-19 09:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Azat 2014-01-19 03:02:36 UTC
Command: gst-launch-1.0 audiotestsrc ! lamemp3enc ! flvmux ! fakesink

Output:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Redistribute latency...
ERROR: from element /GstPipeline:pipeline0/GstAudioTestSrc:audiotestsrc0: Internal data flow error.
Additional debug info:
gstbasesrc.c(2871): gst_base_src_loop (): /GstPipeline:pipeline0/GstAudioTestSrc:audiotestsrc0:
streaming task paused, reason not-negotiated (-4)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...

OS: Fedora 20 64bit
Build from git source.
Comment 1 Sebastian Dröge (slomo) 2014-01-19 09:20:06 UTC
Add the mpegaudioparse element between encoder and muxer.