Hi.<br><br>I'm a new with gstreamer and glib.<br><br>Why can'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( "camera" )<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>