mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 08:09:56 +00:00
Adjusted the Makefile so that it builds here...
Original commit message from CVS: Adjusted the Makefile so that it builds here...
This commit is contained in:
parent
4b85dd12e9
commit
82091e16ff
2 changed files with 2 additions and 6 deletions
|
@ -16,7 +16,5 @@ libgststaticautoplugrender_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|||
libgstautoplugcache_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
|
||||
noinst_PROGRAMS = autoplugtest
|
||||
|
||||
LIBS += $(GST_LIBS)
|
||||
CFLAGS += $(GST_CFLAGS)
|
||||
autoplugtest_LDADD = $(GST_LIBS)
|
||||
|
||||
|
|
|
@ -8,9 +8,8 @@ void have_type(GstElement *element, GstCaps *caps, GstCaps **private_caps) {
|
|||
gst_element_set_state (pipeline, GST_STATE_PAUSED);
|
||||
|
||||
gst_element_disconnect(cache,"src",typefind,"sink");
|
||||
// gst_bin_remove(GST_BIN(autobin),typefind);
|
||||
gst_bin_remove(GST_BIN(autobin),typefind);
|
||||
|
||||
/*
|
||||
if (!strstr(gst_caps_get_mime(caps),"mp3")) {
|
||||
decoder = gst_elementfactory_make ("mad","decoder");
|
||||
sink = gst_elementfactory_make ("esdsink","sink");
|
||||
|
@ -20,7 +19,6 @@ void have_type(GstElement *element, GstCaps *caps, GstCaps **private_caps) {
|
|||
|
||||
gst_element_connect(cache,"src",decoder,"sink");
|
||||
}
|
||||
*/
|
||||
|
||||
exit(0);
|
||||
fprintf(stderr,"done with have_type signal\n");
|
||||
|
|
Loading…
Reference in a new issue