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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 11 09:01:21 PDT 2015


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #298804|none                        |needs-work
             status|                            |

--- Comment #35 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 298804:
 --> (https://bugzilla.gnome.org/review?bug=745192&attachment=298804)

::: gst/matroska/matroska-demux.c
@@ +4888,3 @@
+            gst_caps_new_empty_simple ("video/x-ffv"));
+        for (iterator = intra_caps; iterator != NULL; iterator =
iterator->next) {
+          if (gst_caps_can_intersect ((GstCaps *) iterator->data, caps)) {

Why so complicated?

static GstStaticCaps intra_caps = GST_STATIC_CAPS("image/jpeg; video/x-raw;
.....");
context->intra_only = gst_caps_can_intersect (gst_static_caps_get
(&intra_caps), caps);

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