[gstreamer-bugs] [Bug 554533] allow setting colorkey if possible

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Oct 1 01:01:59 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=554533

  GStreamer | gst-plugins-base | Ver: HEAD CVS

Stefan Kost (gstreamer, gtkdoc dev) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gstreamer-                  |ensonic at sonicpulse.de
                   |bugs at lists.sourceforge.net  |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




------- Comment #1 from Stefan Kost (gstreamer, gtkdoc dev)  2008-10-01 08:01 UTC -------
Created an attachment (id=119708)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=119708&action=view)
allow setting the color key and use property probe to test if it is available

The patch adds property probe interface for the atom based properties. This way
one can query after the element is in READY, wheter setting the property would
actually have effect. Not sure how if GstPropertyProbe is the est way to do
this though. It returns NULL for the arry if the property is not available. If
it is available it returns a list containing TRUE/FALSE for boolean properties
and a int-range for the color-key. And comments?

The patch also updates the test application.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=554533.




More information about the Gstreamer-bugs mailing list