gst/playback/gstdecodebin2.c: Decodebin2 doesn't unref pads it obtains in some occasions:
authorTommi Myöhänen <ext-tommi.myohanen@nokia.com>
Tue, 3 Apr 2007 11:10:52 +0000 (11:10 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 3 Apr 2007 11:10:52 +0000 (11:10 +0000)
commit8676f3dce7226a790f6027bc86d2a6142026e344
tree286f7e7718009970defbb7a6c848961b6f910510
parentfac74a841bb42139c73604dfdd6cc0689ad0d163
gst/playback/gstdecodebin2.c: Decodebin2 doesn't unref pads it obtains in some occasions:

Original commit message from CVS:
Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
* gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
(deactivate_free_recursive):
Decodebin2 doesn't unref pads it obtains in some occasions:
- multiqueue src pads, when either connecting further or exposing
- sink pads of new autoplugged elements
- peer pads when recursively freeing elements
Fixes #425455.
ChangeLog
gst/playback/gstdecodebin2.c