[gstreamermm: 116/167] minor
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm: 116/167] minor
- Date: Tue, 3 Sep 2013 19:28:49 +0000 (UTC)
commit 548723cb1b917c86261e3003d7183e1d5b15e34e
Author: Marcin Kolny at Flytronic <marcin kolny flytronic pl>
Date: Thu Aug 1 17:36:17 2013 +0200
minor
tests/plugins/test-plugin-pushsrc.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/plugins/test-plugin-pushsrc.cc b/tests/plugins/test-plugin-pushsrc.cc
index 43713ac..1525808 100644
--- a/tests/plugins/test-plugin-pushsrc.cc
+++ b/tests/plugins/test-plugin-pushsrc.cc
@@ -39,7 +39,7 @@ public:
Gst::FlowReturn create_vfunc(guint64 offset, guint size, Glib::RefPtr<Gst::Buffer>& buffer)
{
if (count_left-- <= 0)
- return Gst::FLOW_ERROR;
+ return Gst::FLOW_EOS;
std::string s = std::to_string(COUNT - count_left);
buffer = Gst::Buffer::create(s.size());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]