[Bug 686046] avidemux: Cannot parse 8-bit indexed AVI files

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 12 13:34:38 PDT 2012


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

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-10-12 20:34:34 UTC ---
This fixes one part:

 commit b772d5d2710547f6a881a0085a0db4f3dd805ad1
 Author: Tim-Philipp Müller <tim at centricular.net>
 Date:   Fri Oct 12 21:31:25 2012 +0100

    riff: 8-bit paletted video is format RGB8P, not RGB8_PALETTED

    https://bugzilla.gnome.org/show_bug.cgi?id=686046


But videoconvert still doesn't like it. It seems to expect the palette at the
end of the video frame data instead of out-of-band:

0:00:00.445551702 27967      0x16e0320 ERROR                default
video-frame.c:141:gst_video_frame_map_id: invalid buffer size 76800 < 77824
WARNING: from element
/GstPlayBin:playbin0/GstPlaySink:playsink/GstBin:vdbin/GstVideoConvert:vdconv:
Internal GStreamer error: code not implemented.  Please file a bug at
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(289): gst_video_filter_transform ():
/GstPlayBin:playbin0/GstPlaySink:playsink/GstBin:vdbin/GstVideoConvert:vdconv:
invalid video buffer received

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