Hi.<br><br>I&#39;m a new with gstreamer and glib.<br><br>Why can&#39;t I init pipeline in function and then use it somewhere else.<br><br>Here is the code example:<br><br>void initPipeline( GstElement * pipeline )<br>{<br>
  pipeline = gst_pipeline_new( &quot;camera&quot; )<br>}<br><br>void main()<br>{<br>  GstElement * pipeline;<br><br>  initPipeline( pipeline );<br><br>  // And here pipeline == 0 !!! Why?<br>}<br clear="all"><br>-- <br>Regards,<br>
Igor Mironchick<br>