[Bug 732863] New: Adding the properties of internal uridecodebin's source to GESVideoUriSource

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 7 11:00:32 PDT 2014


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

           Summary: Adding the properties of internal uridecodebin's
                    source to GESVideoUriSource
    Classification: Platform
           Product: GStreamer
           Version: 1.3.1
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-editing-services
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: cfoch at live.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Hello. I have a patch which allows the user of GES set/get the properties of
the source the GESVideoUriSource's uridecodebin creates. These properties are
*only* available when the uridecodebin has setup its source.

You could do something like
source.get_child_property("property-of-the-internal-source")
source.set_child_property("property-of-the-internal-source")

PD: I'm not sure if this is the correct way to handle "const gchar **'
variables since the function "ges_track_element_add_children_props" receives
"char gchar **" and not "const gchar **". However, it works.

-- 
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