[Bug 745192] matroskademux: V_MS-VFW-FOURCC streams have DTS instead of PTS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Mar 8 04:14:34 PDT 2015


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

--- Comment #31 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Nicola from comment #30)
> Created attachment 298803 [details] [review]
> tentative patch
> 
> added a new context property "is_raw", this property is setted to true for
> jpeg and raw formats
> 
> for VFW case (that is the only one that really matter) we can have raw and
> not raw formats
> 
> For file muxed by gstreamer raw formats should be only jpeg and huffyuv (not
> sure if dv is raw). The patch handle these codec
> 
> I don't know if a matroska file muxed by app different from gstreamer can
> store other raw formats for VFW streams (probably yes), in this case is
> there a smarter way than the one in the patch to understand if a stream is
> raw or not without replicate all gst_riff_create_video_caps code?

Unfortunately not, but the list of caps that are intra-only shouldn't be too
big. (DV is included there btw)

I would call that field intra_only instead of raw btw, that's more accurate.

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