I'm too lazy to comment this
Original commit message from CVS: *** empty log message ***
This commit is contained in:
parent
f34879dc0b
commit
f11b936f06
@ -165,7 +165,7 @@ GST_PLUGINS_ALL="\
|
|||||||
cutter deinterlace flx goom intfloat law level\
|
cutter deinterlace flx goom intfloat law level\
|
||||||
median mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\
|
median mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\
|
||||||
mpegaudio mpegaudioparse mpegstream mpegtypes modplug\
|
mpegaudio mpegaudioparse mpegstream mpegtypes modplug\
|
||||||
passthrough playondemand rtjpeg silence sine\
|
monoscope passthrough playondemand rtjpeg silence sine\
|
||||||
smooth spectrum speed stereo stereomono\
|
smooth spectrum speed stereo stereomono\
|
||||||
synaesthesia udp videoscale volenv volume vumeter wavparse y4m"
|
synaesthesia udp videoscale volenv volume vumeter wavparse y4m"
|
||||||
|
|
||||||
@ -734,6 +734,7 @@ gst/mpegstream/Makefile
|
|||||||
gst/mpegtypes/Makefile
|
gst/mpegtypes/Makefile
|
||||||
gst/modplug/Makefile
|
gst/modplug/Makefile
|
||||||
gst/modplug/libmodplug/Makefile
|
gst/modplug/libmodplug/Makefile
|
||||||
|
gst/monoscope/Makefile
|
||||||
gst/passthrough/Makefile
|
gst/passthrough/Makefile
|
||||||
gst/playondemand/Makefile
|
gst/playondemand/Makefile
|
||||||
gst/rtjpeg/Makefile
|
gst/rtjpeg/Makefile
|
||||||
|
@ -236,7 +236,9 @@ gst_synaesthesia_chain (GstPad *pad, GstBuffer *bufin)
|
|||||||
|
|
||||||
GST_DEBUG (0, "input buffer has %d samples\n", samples_in);
|
GST_DEBUG (0, "input buffer has %d samples\n", samples_in);
|
||||||
|
|
||||||
|
/* FIXME: should really select the first 1024 samples after the timestamp. */
|
||||||
if (GST_BUFFER_TIMESTAMP (bufin) < synaesthesia->next_time || samples_in < 1024) {
|
if (GST_BUFFER_TIMESTAMP (bufin) < synaesthesia->next_time || samples_in < 1024) {
|
||||||
|
GST_DEBUG (0, "timestamp is %llu: want >= %llu\n", GST_BUFFER_TIMESTAMP (bufin), synaesthesia->next_time);
|
||||||
gst_buffer_unref (bufin);
|
gst_buffer_unref (bufin);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user