pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/29644: libopendaap bug and tunesbrowser



The following reply was made to PR pkg/29644; it has been noted by GNATS.

From: Antoine Reilles <Antoine.Reilles%loria.fr@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/29644: libopendaap bug and tunesbrowser
Date: Sat, 12 Mar 2005 13:45:43 +0100

 Oups, i did a small mistake in the latest patch, the line:
 
 + gst_element_set_state(GST_OBJECT(pipeline_thread), GST_STATE_NULL);
 
 should be:
 + gst_element_set_state(pipeline_thread, GST_STATE_NULL);
 
 It works equally well, and avoid a compiler warning
 
 antoine
 



Home | Main Index | Thread Index | Old Index