[gstreamer-bugs] [Bug 600895] ffenc_dvvideo results in negotiation errors

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 5 20:00:56 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=600895
  GStreamer | gst-ffmpeg | 0.10.25

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |thiago.sousa.santos at collabo
                   |                            |ra.co.uk
     Ever Confirmed|0                           |1

--- Comment #1 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2009-11-06 04:00:52 UTC ---
I fixed this in the qtmux side. But on ffmpeg encoder's we have:

  if (ret_size < 0) {
#ifndef GST_DISABLE_GST_DEBUG
    GstFFMpegEncClass *oclass =
        (GstFFMpegEncClass *) (G_OBJECT_GET_CLASS (ffmpegenc));
    GST_ERROR_OBJECT (ffmpegenc,
        "ffenc_%s: failed to encode buffer", oclass->in_plugin->name);
#endif /* GST_DISABLE_GST_DEBUG */
    gst_buffer_unref (inbuf);
    return GST_FLOW_OK;
  }


Which doesn't look good to me.

-- 
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