Changes between Initial Version and Version 1 of Ticket #67351, comment 2


Ignore:
Timestamp:
May 2, 2023, 8:49:14 AM (17 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67351, comment 2

    initial v1  
    11hi, that is correct there are no bindings, its through glib introspection.  Nonetheless, usually I was able to use it python using something like but it gives an error that it can't find Farstream:
    22
     3{{{
    34import gi
    45gi.require_version('Farstream', '0.2')
     
    1112
    1213Gst.init(sys.argv)
     14}}}