Hi Colin<br><br>
&gt;&gt;The functions themselves look OK, but it&#39;s entirely possible <br>&gt;&gt;context_get_sink_input_info_callback() is used/called elsewhere too.<br>
<br>Yeah I checked that. Just that one call I&#39;m afriad<br><br>&gt;&gt;The error messages you print out are identical by the way... which may lead to strange &gt;&gt;debug info.<br><br>Sure I should have tidied this before posting. <br>

<br>&gt;&gt;I&#39;d also try your app on a newer PA as .14 is quite old and was a bit
of a short lived &gt;&gt;release anyway, .15 was more of a long term release.
That said, I don&#39;t remember any &gt;&gt;specific commits claiming to fix
callback userdata, but that said, I&#39;ve not read *every* &gt;&gt;commit and my
memory is not *always* reliable anyway :p<br><br>
Yeah I was hoping to get this to  work with 0.9.14 since it ships with Jaunty. <br>Does the upcoming Karmic ship with 0.9.15 ?<br><br>Conor<br><br><div class="gmail_quote">On Wed, Oct 14, 2009 at 8:28 AM, Colin Guthrie <span dir="ltr">&lt;<a href="mailto:gmane@colin.guthr.ie">gmane@colin.guthr.ie</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&#39;Twas brillig, and Forwind info at 13/10/09 22:36 did gyre and gimble:<div class="im"><br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi folks,<br>
<br>
I have made considerable progress from earlier on. I have almost completed my task but it looks as if there may be a bug or more than likely I&#39;m being a bit stupid ?<br>
<br>
I&#39;m on 0.9.1.4 on Jaunty.<br>
<br>
Scenario:<br>
<br>
On a PA_SUBSCRIPTION_EVENT_SINK_INPUT my subscription callback method is called with the relevant userdata obj which was passed in at the main method stage. All fine so far.<br>
<br>
After receiving this event, I then call<br>
<br>
pa_context_get_sink_input_info(c, index, context_get_sink_input_info_callback, userdata));  //please note  at this point the userdata obj is as it should be.<br>
<br>
But when the callback is called the userdata obj is NULL !<br>
<br>
Any ideas ?<br>
<br>
Code is pasted below<br>
</blockquote>
<br></div>
The functions themselves look OK, but it&#39;s entirely possible context_get_sink_input_info_callback() is used/called elsewhere too.<br>
<br>
The error messages you print out are identical by the way... which may lead to strange debug info.<br>
<br>
I&#39;d also try your app on a newer PA as .14 is quite old and was a bit of a short lived release anyway, .15 was more of a long term release. That said, I don&#39;t remember any specific commits claiming to fix callback userdata, but that said, I&#39;ve not read *every* commit and my memory is not *always* reliable anyway :p<br>

<br>
Col<br>
<br>
<br>
-- <br>
<br>
Colin Guthrie<br>
gmane(at)<a href="http://colin.guthr.ie" target="_blank">colin.guthr.ie</a><br>
<a href="http://colin.guthr.ie/" target="_blank">http://colin.guthr.ie/</a><br>
<br>
Day Job:<br>
  Tribalogic Limited [<a href="http://www.tribalogic.net/" target="_blank">http://www.tribalogic.net/</a>]<br>
Open Source:<br>
  Mandriva Linux Contributor [<a href="http://www.mandriva.com/" target="_blank">http://www.mandriva.com/</a>]<br>
  PulseAudio Hacker [<a href="http://www.pulseaudio.org/" target="_blank">http://www.pulseaudio.org/</a>]<br>
  Trac Hacker [<a href="http://trac.edgewall.org/" target="_blank">http://trac.edgewall.org/</a>]<br>
<br>
_______________________________________________<br>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@mail.0pointer.de" target="_blank">pulseaudio-discuss@mail.0pointer.de</a><br>
<a href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss" target="_blank">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a><br>
</blockquote></div><br>