[Bug 796802] Problem calling `ges_track_update_restriction_caps` after `ges_video_track_new`

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 12 17:33:29 UTC 2018


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

--- Comment #1 from David Ing <ding at panopto.com> ---
Sorry, I forgot G_TYPE_INT from the code snippet.  Here is the correct snippet:

    GESTrack* videoTrack = ges_video_track_new()
    GstCaps*  caps = gst_caps_new_simple("video/x-raw",
        "width", G_TYPE_INT, 100,
        "height", G_TYPE_INT, 100,
        nullptr);

    ges_track_update_restriction_caps(gesVideoTrack, 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