[Bug 738285] playbin: Sequential playback of the file list does not work

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 24 02:36:27 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=738285
  GStreamer | gst-plugins-base | git

--- Comment #59 from Andrei Sarakeev <sarakusha at gmail.com> 2014-10-24 09:36:25 UTC ---
(In reply to comment #58)
> 
> > @@ +3682,3 @@
> > +    peer = gst_pad_get_peer (GST_PAD_CAST (chain->endpad));
> > +    if (peer) {
> > +    CHAIN_MUTEX_LOCK (chain);
> > 
> > endpad is source pad, not sink pad. EOS is downstream event.
> 
> That's why I said gst_pad_push_event() on the endpad :) That should do the same
> as gst_pad_send_event() on the peer, but is a few lines shorter.

endpad already has EOS state/flag (We're EOS), event will not be sent

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