Scale a Gtk.MediaStream

I’m playing a Gtk.MediaStream inside a Gtk.Picture (by using gtk_picture_set_paintable). Is there a way of resizing the video to the size or scale I want? I tried calling gtk_widget_set_size_request() but no dice…