search for: gst_pad_call_chain_function

Displaying 1 result from an estimated 1 matches for "gst_pad_call_chain_function".

2005 Aug 03
1
linking, exported symbols
...0xb6907830 in EncodeData () from /usr/lib/libtheora.so.0 #4 0xb6909cef in WriteFrameHeader () from /usr/lib/libtheora.so.0 #5 0xb690aaf1 in theora_encode_YUVin () from /usr/lib/libtheora.so.0 #6 0xb6922b8a in theora_enc_chain (pad=0x83c34f8, data=0x81b3db0) at theoraenc.c:746 #7 0xb79c80d5 in gst_pad_call_chain_function (pad=0x83c34f8, data=0x81b3db0) at gstpad.c:4539 Here, we see that either I'm terribly confused, or gdb is, or libtheora is calling quantize() in PIL's _imaging.so. So, my guess at to what's going on is as follows: quantize() (in quant.c) is called from TransformQuantizeBlock, which...