[Bug 764947] autodetect: bring element down to NULL on a successful choice

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jan 25 07:11:07 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=764947

Frank VanZile <frank at fvanzile.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frank at fvanzile.com

--- Comment #9 from Frank VanZile <frank at fvanzile.com> ---
(In reply to Sebastian Dröge (slomo) from comment #8)
> It's here
> https://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?h=1.
> 10&id=67f6d3358e4620319335065db25edaaba1f5ae0a

This seems wrong to me.  after 2 days of debugging.  I had to comment out 
gst_element_set_state (el, GST_STATE_NULL); 

i am on OSX, with a pipe of 

rtspsrc debug=false timeout=0 location=%@ latency=%d ntp-sync=false
drop-on-latency=false udp-reconnect=true do-retransmission=true
max-rtcp-rtp-time-diff=-1 name=rtsp ! rtph264depay name=x2 ! h264parse name=x3
! vtdec name=x4 ! autovideosink  name=prim

when i set the pipe to ready.  the element get set to ready, then this change
sets back to null.  setting the state to null closes and releases the element. 
So, i do not think you want to set the state back to null.

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