After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763862 - mxfmux: Instead of releasing request pads on stop(), clear them only
mxfmux: Instead of releasing request pads on stop(), clear them only
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 1.8.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-18 11:40 UTC by Sebastian Dröge (slomo)
Modified: 2016-03-29 07:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mxfmux: Instead of releasing request pads on stop(), clear them only (1.68 KB, patch)
2016-03-18 11:40 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2016-03-18 11:40:00 UTC
See commit message
Comment 1 Sebastian Dröge (slomo) 2016-03-18 11:40:04 UTC
Created attachment 324252 [details] [review]
mxfmux: Instead of releasing request pads on stop(), clear them only

Request pads are requested by applications and as such should only be released
by them again. Instead of releasing them when stopping the muxer, just clear
their state so that they can be used again when starting the muxer again.
Comment 2 Sebastian Dröge (slomo) 2016-03-25 10:56:15 UTC
Attachment 324252 [details] pushed as cc1feff - mxfmux: Instead of releasing request pads on stop(), clear them only