[Bug 706278] New: different sinkpad's caps handling in Funnel

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Aug 18 17:37:35 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=706278
  GStreamer | gstreamer (core) | git

           Summary: different sinkpad's caps handling in Funnel
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: chul0812 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
                CC: justin.joy.9to5 at gmail.com
     GNOME version: ---


Created an attachment (id=252169)
 View: https://bugzilla.gnome.org/attachment.cgi?id=252169
 Review: https://bugzilla.gnome.org/review?bug=706278&attachment=252169

patch of funnel element

Overview:

In case of funnel has multiple sinkpads and each of them has a different caps.
Downstream element did not aware of the difference of the caps information.

Thus I push GST_EVENT_CAPS before push the buffer data.
Then, downstream element can aware of the actual caps information.
Besides, It can turn on/off by setting 'RENEW_CAPS' property value.

please refer this.
http://gstreamer-devel.966125.n4.nabble.com/Need-advice-with-using-funnel-on-multi-subtitle-stream-td4661542.html

Actual Results: Downstream element can get actual caps information

Expected Results: Downstream element can get actual caps information

Build Date & Platform: 
Build 2013-08-17 on Linux

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