[Bug 699077] videorate: Add a property to modify clip speed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 7 16:11:36 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=699077
  GStreamer | gst-plugins-base | 1.x

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #255128|none                        |needs-work
             status|                            |

--- Comment #33 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-10-07 14:11:29 UTC ---
Review of attachment 255128:
 --> (https://bugzilla.gnome.org/review?bug=699077&attachment=255128)

::: tests/check/elements/videorate.c
@@ +1204,3 @@
+      .rate = 2.0},
+  {
+      .rate = 1.7},

C99 syntax again

@@ +1273,3 @@
   tcase_add_loop_test (tc_chain, test_rate, 0, G_N_ELEMENTS (rate_tests));
   tcase_add_test (tc_chain, test_query_duration);
+  tcase_add_test (tc_chain, test_query_position);

Shouldn't this be a loop_test too?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list