GNOME Bugzilla – Bug 796436
flvmux: flvmux is not giving the request pad name as mentioned in sink template
Last modified: 2018-11-03 15:30:12 UTC
For gst_element_get_request_pad() call, flvmux is returning pad with name "sink_0", instead of "video" as mentioned in sink template. From my analysis figured out that, Aggregator is creating pad with name "sink_0" and flvmux is returning same pad to the application. This is creating problem when we try to probe flvmuxer's pad, with the name mentioned in sink template, in later point of time.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/475.