<div dir="ltr">Hi all<br><div><div><br></div>I checked with only playbin element and still file is not playing till the end in gapless playback. Following is my code</div><div><br></div><div><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(209,47,27)"><span style="color:rgb(120,73,42)">GST_DEBUG</span><span style="color:rgb(0,0,0)">(</span><span style="">"Creating pipeline"</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(61,29,129)"><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(79,129,135)">context</span><span style="color:rgb(0,0,0)"> = </span><span style="">g_main_context_new</span><span style="color:rgb(0,0,0)">();</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(61,29,129)"><span style="color:rgb(0,0,0)"> </span><span style="">g_main_context_push_thread_default</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(79,129,135)">context</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;min-height:13px"><span style=""> </span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(209,47,27)"><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(79,129,135)">pipeline</span><span style="color:rgb(0,0,0)"> = </span><span style="color:rgb(61,29,129)">gst_parse_launch</span><span style="color:rgb(0,0,0)">(</span><span style="">"playbin uri=file:///Users/administrator/Desktop/MAC_APPS/SUZUKI.mpg"</span><span style="color:rgb(0,0,0)">, &error);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(187,44,162)">const</span><span style=""> </span><span style="color:rgb(187,44,162)">char</span><span style=""> *char_uri = [uri </span><span style="color:rgb(61,29,129)">UTF8String</span><span style="">];</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(61,29,129)">g_object_set</span><span style="">(</span><span style="color:rgb(79,129,135)">pipeline</span><span style="">, </span><span style="color:rgb(209,47,27)">"uri"</span><span style="">, char_uri, </span><span style="color:rgb(187,44,162)">NULL</span><span style="">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(120,73,42)">GST_DEBUG</span><span style="">(</span><span style="color:rgb(209,47,27)">"URI set to %s"</span><span style="">, char_uri);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;min-height:13px"><span style=""> </span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(187,44,162)">if</span><span style="">(error){</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(209,47,27)"><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(112,61,170)">gchar</span><span style="color:rgb(0,0,0)"> *message = </span><span style="color:rgb(61,29,129)">g_strdup_printf</span><span style="color:rgb(0,0,0)">(</span><span style="">"Unable to build pipeline: %s"</span><span style="color:rgb(0,0,0)">, error-></span><span style="color:rgb(112,61,170)">message</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(61,29,129)">g_clear_error</span><span style="">(&error);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(209,47,27)"><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(61,29,129)">NSLog</span><span style="color:rgb(0,0,0)">(</span><span style="">@"pipeline error %s"</span><span style="color:rgb(0,0,0)">,message);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> [</span><span style="color:rgb(187,44,162)">self</span><span style=""> </span><span style="color:rgb(49,89,93)">setUIMessage</span><span style="">:message];</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(61,29,129)">g_free</span><span style="">(message);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(187,44,162)"><span style="color:rgb(0,0,0)"> </span><span style="">return</span><span style="color:rgb(0,0,0)">;</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> }</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;min-height:13px"><span style=""> </span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(120,73,42)"><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(112,61,170)">GstElement</span><span style="color:rgb(0,0,0)"> *videosink = </span><span style="color:rgb(61,29,129)">gst_bin_get_by_interface</span><span style="color:rgb(0,0,0)">(</span><span style="">GST_BIN</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(79,129,135)">pipeline</span><span style="color:rgb(0,0,0)">), </span><span style="">GST_TYPE_VIDEO_OVERLAY</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(187,44,162)">if</span><span style="">(!videosink){</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(209,47,27)"><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(120,73,42)">GST_ERROR</span><span style="color:rgb(0,0,0)">(</span><span style="">"Could not retrieve video sink"</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(187,44,162)">return</span><span style="">;</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> }</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;min-height:13px"><span style=""> </span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(61,29,129)"><span style="color:rgb(0,0,0)"> </span><span style="">gst_video_overlay_set_window_handle</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(120,73,42)">GST_VIDEO_OVERLAY</span><span style="color:rgb(0,0,0)">(videosink), (</span><span style="color:rgb(112,61,170)">guintptr</span><span style="color:rgb(0,0,0)">)(</span><span style="color:rgb(187,44,162)">id</span><span style="color:rgb(0,0,0)">)</span><span style="color:rgb(79,129,135)">ui_video_view</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;min-height:13px"><span style=""> </span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(61,29,129)"><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(79,129,135)">ret</span><span style="color:rgb(0,0,0)"> = </span><span style="">gst_element_set_state</span><span style="color:rgb(0,0,0)"> (</span><span style="color:rgb(79,129,135)">pipeline</span><span style="color:rgb(0,0,0)">, </span><span style="">GST_STATE_PLAYING</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(61,29,129)"><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(187,44,162)">if</span><span style="color:rgb(0,0,0)"> (</span><span style="color:rgb(79,129,135)">ret</span><span style="color:rgb(0,0,0)"> == </span><span style="">GST_STATE_CHANGE_FAILURE</span><span style="color:rgb(0,0,0)">) {</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(209,47,27)"><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(61,29,129)">NSLog</span><span style="color:rgb(0,0,0)">(</span><span style="">@"Unable to set the pipeline to the playing state.\n"</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(61,29,129)"><span style="color:rgb(0,0,0)"> </span><span style="">gst_object_unref</span><span style="color:rgb(0,0,0)"> (</span><span style="color:rgb(79,129,135)">pipeline</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(187,44,162)">return</span><span style="">;</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> }</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;min-height:13px"><span style=""> </span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(61,29,129)"><span style="color:rgb(0,0,0)"> bus = </span><span style="">gst_element_get_bus</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(79,129,135)">pipeline</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> bus_source = </span><span style="color:rgb(61,29,129)">gst_bus_create_watch</span><span style="">(bus);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(61,29,129)"><span style="color:rgb(0,0,0)"> </span><span style="">g_source_set_callback</span><span style="color:rgb(0,0,0)">(bus_source, (</span><span style="color:rgb(112,61,170)">GSourceFunc</span><span style="color:rgb(0,0,0)">)</span><span style="">gst_bus_async_signal_func</span><span style="color:rgb(0,0,0)">, </span><span style="color:rgb(187,44,162)">NULL</span><span style="color:rgb(0,0,0)">, </span><span style="color:rgb(187,44,162)">NULL</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(61,29,129)">g_source_attach</span><span style="">(bus_source, </span><span style="color:rgb(79,129,135)">context</span><span style="">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(61,29,129)">g_source_unref</span><span style="">(bus_source);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;min-height:13px"><span style=""> </span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(120,73,42)">g_signal_connect</span><span style=""> (</span><span style="color:rgb(120,73,42)">G_OBJECT</span><span style="">(bus), </span><span style="color:rgb(209,47,27)">"message::error"</span><span style="">, (</span><span style="color:rgb(112,61,170)">GCallback</span><span style="">)</span><span style="color:rgb(49,89,93)">error_cb</span><span style="">, (</span><span style="color:rgb(187,44,162)">__bridge</span><span style=""> </span><span style="color:rgb(187,44,162)">void</span><span style=""> *)</span><span style="color:rgb(187,44,162)">self</span><span style="">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(120,73,42)">g_signal_connect</span><span style=""> (</span><span style="color:rgb(120,73,42)">G_OBJECT</span><span style="">(bus), </span><span style="color:rgb(209,47,27)">"message::eos"</span><span style="">, (</span><span style="color:rgb(112,61,170)">GCallback</span><span style="">)</span><span style="color:rgb(49,89,93)">eos_cb</span><span style="">, (</span><span style="color:rgb(187,44,162)">__bridge</span><span style=""> </span><span style="color:rgb(187,44,162)">void</span><span style=""> *)</span><span style="color:rgb(187,44,162)">self</span><span style="">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(120,73,42)">g_signal_connect</span><span style=""> (</span><span style="color:rgb(120,73,42)">G_OBJECT</span><span style="">(bus), </span><span style="color:rgb(209,47,27)">"message::state-changed"</span><span style="">, (</span><span style="color:rgb(112,61,170)">GCallback</span><span style="">)</span><span style="color:rgb(49,89,93)">state_changed_cb</span><span style="">, (</span><span style="color:rgb(187,44,162)">__bridge</span><span style=""> </span><span style="color:rgb(187,44,162)">void</span><span style=""> *)</span><span style="color:rgb(187,44,162)">self</span><span style="">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(120,73,42)">g_signal_connect</span><span style=""> (</span><span style="color:rgb(120,73,42)">G_OBJECT</span><span style="">(bus), </span><span style="color:rgb(209,47,27)">"message::duration"</span><span style="">, (</span><span style="color:rgb(112,61,170)">GCallback</span><span style="">)</span><span style="color:rgb(49,89,93)">duration_cb</span><span style="">, (</span><span style="color:rgb(187,44,162)">__bridge</span><span style=""> </span><span style="color:rgb(187,44,162)">void</span><span style=""> *)</span><span style="color:rgb(187,44,162)">self</span><span style="">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(120,73,42)">g_signal_connect</span><span style=""> (</span><span style="color:rgb(120,73,42)">G_OBJECT</span><span style="">(bus), </span><span style="color:rgb(209,47,27)">"message::clock-lost"</span><span style="">, (</span><span style="color:rgb(112,61,170)">GCallback</span><span style="">)</span><span style="color:rgb(49,89,93)">clock_lost_cb</span><span style="">, (</span><span style="color:rgb(187,44,162)">__bridge</span><span style=""> </span><span style="color:rgb(187,44,162)">void</span><span style=""> *)</span><span style="color:rgb(187,44,162)">self</span><span style="">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(120,73,42)">g_signal_connect</span><span style=""> (</span><span style="color:rgb(79,129,135)">pipeline</span><span style="">, </span><span style="color:rgb(209,47,27)">"about-to-finish"</span><span style="">, (</span><span style="color:rgb(112,61,170)">GCallback</span><span style="">)</span><span style="color:rgb(49,89,93)">prepare_next_stream</span><span style="">, (</span><span style="color:rgb(187,44,162)">__bridge</span><span style=""> </span><span style="color:rgb(187,44,162)">void</span><span style=""> *)</span><span style="color:rgb(187,44,162)">self</span><span style="">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> timeout_source = </span><span style="color:rgb(61,29,129)">g_timeout_source_new</span><span style="">(</span><span style="color:rgb(39,42,216)">1</span><span style="">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(61,29,129)">g_source_set_callback</span><span style="">(timeout_source, (</span><span style="color:rgb(112,61,170)">GSourceFunc</span><span style="">)</span><span style="color:rgb(49,89,93)">refresh_ui</span><span style="">, (</span><span style="color:rgb(187,44,162)">__bridge</span><span style=""> </span><span style="color:rgb(187,44,162)">void</span><span style=""> *)</span><span style="color:rgb(187,44,162)">self</span><span style="">,</span><span style="color:rgb(187,44,162)">NULL</span><span style="">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(61,29,129)">g_source_attach</span><span style="">(timeout_source, </span><span style="color:rgb(79,129,135)">context</span><span style="">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(61,29,129)">g_source_unref</span><span style="">(timeout_source);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;min-height:13px"><span style=""> </span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;min-height:13px"><span style=""> </span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(209,47,27)"><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(120,73,42)">GST_DEBUG</span><span style="color:rgb(0,0,0)">(</span><span style="">"Entering main loop..."</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(79,129,135)"><span style="color:rgb(0,0,0)"> </span><span style="">main_loop</span><span style="color:rgb(0,0,0)"> = </span><span style="color:rgb(61,29,129)">g_main_loop_new</span><span style="color:rgb(0,0,0)">(</span><span style="">context</span><span style="color:rgb(0,0,0)">, </span><span style="color:rgb(187,44,162)">FALSE</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(49,89,93)"><span style="color:rgb(0,0,0)"> [</span><span style="color:rgb(187,44,162)">self</span><span style="color:rgb(0,0,0)"> </span><span style="">check_initializing_complete</span><span style="color:rgb(0,0,0)">];</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(61,29,129)"><span style="color:rgb(0,0,0)"> </span><span style="">g_main_loop_run</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(79,129,135)">main_loop</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(209,47,27)"><span style="color:rgb(0,0,0)"> </span><span style="color:rgb(120,73,42)">GST_DEBUG</span><span style="color:rgb(0,0,0)">(</span><span style="">"Exiting main loop..."</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(61,29,129)"><span style="color:rgb(0,0,0)"> </span><span style="">g_main_loop_unref</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(79,129,135)">main_loop</span><span style="color:rgb(0,0,0)">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(79,129,135)"><span style="color:rgb(0,0,0)"> </span><span style="">main_loop</span><span style="color:rgb(0,0,0)"> = </span><span style="color:rgb(187,44,162)">NULL</span><span style="color:rgb(0,0,0)">;</span></p><div><span style="color:rgb(0,0,0)"><br></span></div>//My about to finish function</div><div><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="color:rgb(187,44,162)">static</span><span style=""> </span><span style="color:rgb(187,44,162)">void</span><span style=""> prepare_next_stream (</span><span style="color:rgb(112,61,170)">GstElement</span><span style=""> *obj, </span><span style="color:rgb(79,129,135)">GStreamerBackend</span><span style=""> *</span><span style="color:rgb(187,44,162)">self</span><span style="">){</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(112,61,170)">NSString</span><span style="">* uri = [</span><span style="color:rgb(187,44,162)">self</span><span style=""> </span><span style="color:rgb(49,89,93)">playNext</span><span style="">];</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(187,44,162)">if</span><span style="">(![uri </span><span style="color:rgb(61,29,129)">isEqualToString</span><span style="">:</span><span style="color:rgb(209,47,27)">@""</span><span style="">])</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> {</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(187,44,162)">const</span><span style=""> </span><span style="color:rgb(187,44,162)">char</span><span style=""> *char_uri = [uri </span><span style="color:rgb(61,29,129)">UTF8String</span><span style="">];</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> </span><span style="color:rgb(61,29,129)">g_object_set</span><span style=""> (</span><span style="color:rgb(187,44,162)">self</span><span style="">-></span><span style="color:rgb(79,129,135)">pipeline</span><span style="">, </span><span style="color:rgb(209,47,27)">"uri"</span><span style="">, char_uri, </span><span style="color:rgb(187,44,162)">NULL</span><span style="">);</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style=""> }</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="">}</span></p></div>Regards<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 17, 2016 at 2:40 PM, adeel <span dir="ltr"><<a href="mailto:arshad.adeel.83@gmail.com" target="_blank">arshad.adeel.83@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear All<br>
<br>
This is my pipeline<br>
<br>
video_bin = gst_parse_bin_from_<wbr>description("tee name=t t. ! queue !<br>
autovideosink t. ! decklinkvideosink mode=3", TRUE, NULL);<br>
<br>
video_filter_bin = gst_parse_bin_from_<wbr>description("capssetter<br>
caps=video/x-raw,interlace-<wbr>mode=interleaved,width=720,<wbr>height=576", TRUE,<br>
NULL);<br>
<br>
audio_bin = gst_parse_bin_from_<wbr>description("audioconvert !<br>
decklinkaudiosink", TRUE, NULL);<br>
<br>
When I play list of files I face the issue that my files are not playing<br>
till the last frame. Only the last file playing till the end<br>
<br>
What I am lacking in the code<br>
<br>
Regards<br>
Adeel Arshad<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/gapless-playback-is-not-playing-full-video-tp4679124.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/gapless-<wbr>playback-is-not-playing-full-<wbr>video-tp4679124.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</blockquote></div><br></div>