More loplugin:cstylecast: avmedia
Change-Id: If76a59af4164f08a79334035c904d5e920115d43
This commit is contained in:
@@ -114,7 +114,7 @@ uno::Reference< graphic::XGraphic > SAL_CALL FrameGrabber::grabFrame( double fMe
|
||||
gint64 gst_position = llround( fMediaTime * GST_SECOND );
|
||||
gst_element_seek_simple(
|
||||
mpPipeline, GST_FORMAT_TIME,
|
||||
(GstSeekFlags)(GST_SEEK_FLAG_KEY_UNIT | GST_SEEK_FLAG_FLUSH),
|
||||
GstSeekFlags(GST_SEEK_FLAG_KEY_UNIT | GST_SEEK_FLAG_FLUSH),
|
||||
gst_position );
|
||||
|
||||
GstElement *pSink = gst_bin_get_by_name( GST_BIN( mpPipeline ), "sink" );
|
||||
|
Reference in New Issue
Block a user