[Bug 712643] qtdemux: couple of issues with vobsub

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Nov 24 20:07:04 PST 2013


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

--- Comment #10 from Jan Schmidt <thaytan at noraisin.net> 2013-11-25 04:06:57 UTC ---
That looks like a local change of your own. git master has that code like this:

  if (next_blk != state->vobsub.cur_cmd_blk) {
    /* Advance to the next block of commands */
    gst_dvd_spu_setup_cmd_blk (dvdspu, next_blk, start, end);
  } else {
    /* Next Block points to the current block, so we're finished with this
     * SPU buffer */
    gst_buffer_unmap (state->vobsub.buf, &map);
    gst_dvd_spu_finish_spu_buf (dvdspu);
    return FALSE;
  }
  gst_buffer_unmap (state->vobsub.buf, &map);

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


More information about the gstreamer-bugs mailing list