[Bug 707605] Need "reverse-funnel" element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 2 17:05:13 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=707605
  GStreamer | gstreamer (core) | git

--- Comment #58 from HoonHee Lee <hoonh83.lee at gmail.com> 2013-11-03 00:05:02 UTC ---
Created an attachment (id=258832)
 View: https://bugzilla.gnome.org/attachment.cgi?id=258832
 Review: https://bugzilla.gnome.org/review?bug=707605&attachment=258832

Add streamid-demuxer element

According to your comment, I updated the test code.

your comment : You're leaking this in the end of the tests.
my solution : When release function is called, it is fixed to unref the
active_srcpad.

your comment : Check that the active srcpad after pushing is the one you expect
my solution : In chain function, I already checked whether or not if peer-pad
of active-srcpad equals to one of mysinkpad.
Additionally, I check whether or not if stream-id of active-srcpad equals to
stream-id of one of mysinkpad.

please check and review my patch.

your comment : Just make this a for loop, also elsewhere
my solution : It is fixed to use for loop instead of while loop.

please check and review my patch.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list