Skip to content

Commit 84e6799

Browse files
committed
keep old plugin name for GStreamer 0.10
1 parent d7d3238 commit 84e6799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gstlibde265.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR,
6363
#if GST_CHECK_VERSION(1,0,0)
6464
libde265,
6565
#else
66-
"libde265",
66+
"gstlibde265",
6767
#endif
6868
"HEVC/H.265 decoder using libde265", plugin_init, VERSION, "LGPL",
6969
#if GST_CHECK_VERSION(1,0,0)

0 commit comments

Comments
 (0)