plugins/elements/gstmultiqueue.c: When dynamically creating single queues, activate...
authorEdward Hervey <bilboed@bilboed.com>
Wed, 17 Jan 2007 14:33:39 +0000 (14:33 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 17 Jan 2007 14:33:39 +0000 (14:33 +0000)
commit4e07e925a57087821dc569fc7535415f6f1f539d
tree24c58aab8b6b11387d0f857da5d8261a95ba5d99
parent816486ea9b4a3f3a79a0dee2391443da564a504b
plugins/elements/gstmultiqueue.c: When dynamically creating single queues, activate sinkpad before adding it.

Original commit message from CVS:
* plugins/elements/gstmultiqueue.c: (gst_single_queue_new):
When dynamically creating single queues, activate sinkpad before adding
it.
We should be doing the same thing for the source pad, but we can't
since it would call a method which needs the parent to be set in order
to work propertly. Instead of activating the source pad, we just unset
the flushing flag, which is the minimal requirement for adding a pad
to an element in a state greater than READY.
ChangeLog
plugins/elements/gstmultiqueue.c