<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 11/24/2012 06:41 PM, Nox Deleo
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAA-etMLAR-mZMtFNN65MGZNvfcsuFfDrB_KoyN+MXmeRFcSm6A@mail.gmail.com"
      type="cite">Hi all,
      <div><br>
      </div>
      <div>I've been trying to get my head around the 'controllable'
        interface to GStreamer element properties, and how to use it.
        I've found a couple of references to how it used to be done in
        Python with 0.10, but things seem to have changed a lot since
        then.</div>
      <div><br>
      </div>
    </blockquote>
    I updated the gstreamer application developer manual, the api docs
    for this, plus added more examples. None of these apply to python
    though.<br>
    Here is a sumary how the pieces fit together.<br>
    <a
href="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/design/part-controller.txt">http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/design/part-controller.txt</a><br>
    <br>
    I'll do some patches on the API docs to link things togther.<br>
    <blockquote
cite="mid:CAA-etMLAR-mZMtFNN65MGZNvfcsuFfDrB_KoyN+MXmeRFcSm6A@mail.gmail.com"
      type="cite">
      <div>I've created a ControlSource set up with a ControlBinding to
        the property of a GstElement, but past that I'm stumped. Could
        someone explain or provide an example as to how I would go about
        setting element property values using this interface, as I can't
        seem to bridge the gaps between what little documentation I
        could find on this.</div>
    </blockquote>
    This is all you need to do as an application. Have you seen these
    examples:<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/tests/examples/controller">http://cgit.freedesktop.org/gstreamer/gstreamer/tree/tests/examples/controller</a><br>
    <br>
    Stefan<br>
    <br>
    <blockquote
cite="mid:CAA-etMLAR-mZMtFNN65MGZNvfcsuFfDrB_KoyN+MXmeRFcSm6A@mail.gmail.com"
      type="cite">
      <div><br>
      </div>
      <div>Thanks.</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>