From 00f7ba71f5129dce45f2173692f840650dc8e6dd Mon Sep 17 00:00:00 2001 From: Heckyel Date: Thu, 22 Dec 2016 18:18:35 -0500 Subject: correccion control codecs con mp4 --- librevideojs-html5-player.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'librevideojs-html5-player.php') diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php index f59f6e2..59fc110 100644 --- a/librevideojs-html5-player.php +++ b/librevideojs-html5-player.php @@ -28,7 +28,7 @@ if (!class_exists('LIBREVIDEOJS_HTML5_PLAYER')) { } function the_content_video( $more_link_text = null, $strip_teaser = false) { - $content_video = get_the_content( $more_link_text, $strip_teaser ); + $content_video = get_the_content_video( $more_link_text, $strip_teaser ); /** * Filtrando contenido del video. * @@ -36,7 +36,7 @@ if (!class_exists('LIBREVIDEOJS_HTML5_PLAYER')) { * * @param string $content_video Content of the current post. */ - $content_video = apply_filters( 'the_content', $content_video ); + $content_video = apply_filters( 'the_content_video', $content_video ); $content_video = str_replace( ']]>', ']]>', $content_video ); echo $content_video; } @@ -231,7 +231,7 @@ EOT; $style -- cgit v1.2.3