[Bug 729382] Add a name property to GESTimelineElement

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 2 07:38:16 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729382
  GStreamer | gst-editing-services | unspecified

Thibault Saunier <tsaunier> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #275638|none                        |accepted-commit_now
             status|                            |

--- Comment #34 from Thibault Saunier <tsaunier at gnome.org> 2014-05-02 14:38:11 UTC ---
Review of attachment 275638:
 --> (https://bugzilla.gnome.org/review?bug=729382&attachment=275638)

Changed the commit name to  ges-validate: Add a GstValidate action to set
children properties

::: tools/ges-validate.c
@@ -123,2 +150,4 @@
         move_clip_mandatory_fields, "Allows to seek into the files", FALSE);

+    gst_validate_add_action_type ("set-child-property", _set_child_property,
+        move_clip_mandatory_fields,

Added an array like:

    const gchar *set_child_property_mandatory_fields[] =
        { "element-name", "property", "value", NULL };

They all are mandatory

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list