Advertisement
wellthatsucks

Untitled

Feb 14th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. OCAPS = Gst.Caps(Gst.Structure('video/x-raw',
  2. format='ARGB',
  3. width=Gst.IntRange(range(1, GLib.MAXINT)),
  4. height=Gst.IntRange(range(1, GLib.MAXINT)),
  5. framerate=Gst.FractionRange(Gst.Fraction(1, 1), Gst.Fraction(GLib.MAXINT, 1))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement