[gstreamer-bugs] [Bug 334290] New: Add interface for "allow-overwrite" signal in sinks

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Mar 11 23:34:28 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=334290
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: Add interface for "allow-overwrite" signal in sinks
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: jrl at ids.org.au
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


gnomevfssink provides a "allow-overwrite" signal, which can be used to indicate
that the destination file should be overwritten if it already exists.

Using this in a situation other than directly creating the sink (e.g.
gst_element_make_from_uri) is problematic for two reasons:
1) you have to check the type of the sink, such as with g_type_is_a
2) you can't do it for other sinks.

It would be good if there was an interface for this that sinks could implement,
so applications could do this without sink-specific code.


-- 
Configure bugmail: http://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