[Bug 712643] qtdemux: couple of issues with vobsub

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Nov 24 18:46:48 PST 2013


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

--- Comment #9 from Matej Knopp <matej.knopp at gmail.com> 2013-11-25 02:46:43 UTC ---
Seems to work fine, except for the following 

GStreamer-Critical: void gst_buffer_unmap(GstBuffer *, GstMapInfo *): assertion
`GST_IS_BUFFER (buffer)' failed

Stacktrace

#4    0x0000000102304ca1 in gst_buffer_unmap at
/opt/avs-debug/_build/gstreamer/gst/gstbuffer.c:1549
#5    0x000000010492c4a6 in gstspu_vobsub_execute_event at
/opt/avs-debug/_build/gst-plugins-bad/gst/dvdspu/gstspu-vobsub.c:407
#6    0x000000010492aa25 in gstspu_execute_event at
/opt/avs-debug/_build/gst-plugins-bad/gst/dvdspu/gstdvdspu.c:764
#7    0x000000010492a04c in gst_dvd_spu_advance_spu at
/opt/avs-debug/_build/gst-plugins-bad/gst/dvdspu/gstdvdspu.c:790
#8    0x000000010492aef3 in dvdspu_handle_vid_buffer at
/opt/avs-debug/_build/gst-plugins-bad/gst/dvdspu/gstdvdspu.c:617
#9    0x0000000104926726 in gst_dvd_spu_video_chain at
/opt/avs-debug/_build/gst-plugins-bad/gst/dvdspu/gstdvdspu.c:566


gboolean
gstspu_vobsub_execute_event (GstDVDSpu * dvdspu)
{
  ...
  ...
    gst_dvd_spu_finish_spu_buf (dvdspu);
    ret = FALSE;
  }
>>gst_buffer_unmap (state->vobsub.buf, &map);

  return ret;
}

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