[Bug 732267] h264parse: extract base stream from MVC or SVC encoded streams

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 26 15:25:06 UTC 2017


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

Víctor Manuel Jáquez Leal <vjaquez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #356212|none                        |reviewed
             status|                            |

--- Comment #6 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Review of attachment 356212:
 --> (https://bugzilla.gnome.org/review?bug=732267&attachment=356212)

::: gst/videoparsers/gsth264parse.c
@@ +225,3 @@
   h264parse->align = GST_H264_PARSE_ALIGN_NONE;
   h264parse->format = GST_H264_PARSE_FORMAT_NONE;
+  h264parse->base_only = FALSE;

as 0 is the default value, there's not much need to add this assignation

@@ +721,3 @@
+  caps = gst_caps_new_empty_simple ("video/x-h264");
+  gst_caps_set_simple (caps, "profile", G_TYPE_STRING, profile_str, NULL);
+  return ensure_caps_profile (h264parse, caps, sps);

wouldn't be simpler just call gst_caps_can_intersect() here?

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