[Bug 707605] Need "reverse-funnel" element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 7 10:37:32 CEST 2013


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

--- Comment #32 from HoonHee Lee <hoonh83.lee at gmail.com> 2013-10-07 08:36:29 UTC ---
Created an attachment (id=256604)
 View: https://bugzilla.gnome.org/attachment.cgi?id=256604
 Review: https://bugzilla.gnome.org/review?bug=707605&attachment=256604

Add streamid-demuxer element

According to the your comment. I modify some codes in sstreamid-demuxer
element.
please check and review my patch.

And I have a question below this.

@@ +247,3 @@
+
+  g_rw_lock_reader_lock (&demux->lock);
+  srcpad = g_hash_table_lookup (demux->stream_id_pairs, stream_id);

Should probably return a new reference to the pad here. It might go away when
you handle non-serialized events and the element is currently going from
PAUSED->READY.


-> Could you explain the non-serialized events with some examples?
because, I did not understand about this.

-- 
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