mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
validate v0.2 on OSX.
This commit is contained in:
@@ -161,8 +161,6 @@ void MediaPlayer::execute_open()
|
||||
|
||||
// setup appsink
|
||||
GstElement *sink = gst_bin_get_by_name (GST_BIN (pipeline_), "sink");
|
||||
GstBaseSink *s = GST_BASE_SINK(sink);
|
||||
s->eos;
|
||||
if (sink) {
|
||||
|
||||
// instruct the sink to send samples synched in time
|
||||
|
||||
Reference in New Issue
Block a user