[Bug 664175] x264enc ! avimux results in not-negotiated flow error

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 16 16:54:26 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=664175
  GStreamer | gst-plugins-ugly | 0.10.18

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
          Component|gstreamer (core)            |gst-plugins-ugly
            Version|0.10.x                      |0.10.18
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.19
            Summary|Internal GStreamer error:   |x264enc ! avimux results in
                   |negotiation problem with    |not-negotiated flow error
                   |avimux                      |

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-11-17 00:54:22 UTC ---
For what it's worth, this works for me with git (but fails with last release as
you describe).

The reason seems to be that avimux wants h264 in
stream-format=(string)byte-stream for some reason (I'm assuming this is
correct), but x264enc outputs stream-format=(string)avc instead. It should work
if you force output to byte-stream using x264enc byte-stream=true. The version
in git tries to be smarter about figuring out the right output format
automatically.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list