splitmuxsink: add probe on the multiqueue's sink pad instead of the ghost pad
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Tue, 14 Apr 2015 16:45:44 +0000 (18:45 +0200)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Wed, 15 Apr 2015 11:30:19 +0000 (13:30 +0200)
commit195472632892586d8531c73adefa9bb4e66df588
tree35f820bd9dc479a410214c968fd00f64f5fdb6bc
parentcaa255d2ed28d7aa350f70762dc4172815477547
splitmuxsink: add probe on the multiqueue's sink pad instead of the ghost pad

because _release_pad tries to release it from ctx->sinkpad, which is
multiqueue's sink pad, and currently fails because the probe is not
installed there
gst/multifile/gstsplitmuxsink.c