[Bug 733012] New: Playbin's *-filter properties are settable, but not gettable.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 10 07:54:10 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=733012
  GStreamer | gst-plugins-base | 1.3.90

           Summary: Playbin's *-filter properties are settable, but not
                    gettable.
    Classification: Platform
           Product: GStreamer
           Version: 1.3.90
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: einzelkind at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The playbin's audio-filter and video-filter properties are set by delegating to
its playsink element (via gst_play_sink_set_filter()), using the sink_type
GST_PLAY_SINK_TYPE_AUDIO/VIDEO. 

However, playsink's gst_play_sink_get_filter() method only checks for the raw
types (GST_PLAY_SINK_TYPE_AUDIO_RAW/GST_PLAY_SINK_TYPE_VIDEO_RAW), and since
playbin always requests the non-raw type it always returns NULL.

Should playsink be checking for the non-raw types also?

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