Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Python and Gstreamer Problem

  1. #11
    Join Date
    Mar 2007
    Location
    #
    Beans
    737

    Re: Python and Gstreamer Problem

    #
    Last edited by regomodo; January 23rd, 2010 at 08:53 PM.
    Is this for enhancing your E-peen?

  2. #12
    Join Date
    Mar 2006
    Beans
    837

    Re: Python and Gstreamer Problem

    This works because you're using a mainloop as I suggested on the other thread.

    I don't know how you can interact with that. I suppose you should investigate how you can connect signal handlers.(eg on pressing "p" it should call a function in your code that pauses the pipeline).

    Or maybe you can create another thread(B). On thread B create the mainloop(is that possible?) and the pipeline. Use the first thread to control thread B.

  3. #13
    Join Date
    Mar 2007
    Location
    #
    Beans
    737

    Re: Python and Gstreamer Problem

    #
    Last edited by regomodo; January 23rd, 2010 at 08:53 PM.
    Is this for enhancing your E-peen?

  4. #14
    Join Date
    Mar 2007
    Location
    #
    Beans
    737

    Re: Python and Gstreamer Problem

    #
    Last edited by regomodo; January 23rd, 2010 at 08:53 PM.
    Is this for enhancing your E-peen?

  5. #15
    Join Date
    Mar 2006
    Beans
    837

    Re: Python and Gstreamer Problem

    Well I was right for one thing: you don't need file://

    Glad to hear you worked it out. (although thread_init may start a mainloop... just a guess).

    Anywayz, if you have other questions about gstreamer I may be able to help you.(I am writing my own hobby app).

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •