mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
dataurisrc: Add directory for data: URI source
This commit is contained in:
parent
faa007d4b0
commit
b56436e793
2 changed files with 3 additions and 0 deletions
|
@ -258,6 +258,7 @@ AG_GST_CHECK_PLUGIN(camerabin)
|
||||||
AG_GST_CHECK_PLUGIN(legacyresample)
|
AG_GST_CHECK_PLUGIN(legacyresample)
|
||||||
AG_GST_CHECK_PLUGIN(bayer)
|
AG_GST_CHECK_PLUGIN(bayer)
|
||||||
AG_GST_CHECK_PLUGIN(cdxaparse)
|
AG_GST_CHECK_PLUGIN(cdxaparse)
|
||||||
|
AG_GST_CHECK_PLUGIN(dataurisrc)
|
||||||
AG_GST_CHECK_PLUGIN(dccp)
|
AG_GST_CHECK_PLUGIN(dccp)
|
||||||
AG_GST_CHECK_PLUGIN(debugutils)
|
AG_GST_CHECK_PLUGIN(debugutils)
|
||||||
AG_GST_CHECK_PLUGIN(dtmf)
|
AG_GST_CHECK_PLUGIN(dtmf)
|
||||||
|
@ -1645,6 +1646,7 @@ gst/autoconvert/Makefile
|
||||||
gst/bayer/Makefile
|
gst/bayer/Makefile
|
||||||
gst/camerabin/Makefile
|
gst/camerabin/Makefile
|
||||||
gst/cdxaparse/Makefile
|
gst/cdxaparse/Makefile
|
||||||
|
gst/dataurisrc/Makefile
|
||||||
gst/dccp/Makefile
|
gst/dccp/Makefile
|
||||||
gst/debugutils/Makefile
|
gst/debugutils/Makefile
|
||||||
gst/dtmf/Makefile
|
gst/dtmf/Makefile
|
||||||
|
|
1
gst/dataurisrc/Makefile.am
Normal file
1
gst/dataurisrc/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
Loading…
Reference in a new issue