[Bug 707414] x264enc: crash and warning

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 4 06:07:07 PDT 2013


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

--- Comment #3 from Matej Knopp <matej.knopp at gmail.com> 2013-09-04 13:07:03 UTC ---
I'm currently about a month behind and I can't upgrade to master yet, but
looking at the code

static gboolean
gst_x264_enc_flush (GstVideoEncoder * encoder)
{
  GstX264Enc *x264enc = GST_X264_ENC (encoder);

  gst_x264_enc_flush_frames (x264enc, FALSE);
  gst_x264_enc_close_encoder (x264enc);
  gst_x264_enc_dequeue_all_frames (x264enc);

  gst_x264_enc_init_encoder (x264enc);

  return TRUE;
}

Are you sure that gst_x264_enc_init_encoder will never be called without input
state? Does the base class not call flush unless there was input state set?

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