Changes between Version 32 and Version 33 of GstreamerMac

Show
Ignore:
Timestamp:
04/14/09 10:12:30 (7 months ago)
Author:
root (IP: 127.0.0.1)
Comment:

Adding forumlinks

Legend:

Unmodified
Added
Removed
Modified
  • GstreamerMac

    v32 v33  
     1{{{ 
     2#!forumlinks 
     3}}} 
     4 
    15= How to build GStreamer on Mac OS/X PPC = 
    26 
     
    3943- 
    4044-  asm volatile ( 
    41 -      "  lvx %%v0, %0, %%r0  \n" 
     45-      "  lvx %%v0, %0, %%r0   
     46" 
    4247-      :: "r" (x)); 
    4348-} 
     
    105110diff -r1.1 gstosxringbuffer.c 
    106111158c158 
    107 <   GST_DEBUG ("AudioHardwareGetProperty: device_id is %d\n", 
     112<   GST_DEBUG ("AudioHardwareGetProperty: device_id is %d 
     113", 
    108114--- 
    109 >   GST_DEBUG ("AudioHardwareGetProperty: device_id is %ld\n", 
     115>   GST_DEBUG ("AudioHardwareGetProperty: device_id is %ld 
     116", 
    110117241c241 
    111 <   GST_DEBUG ("osx ring buffer start ioproc: 0x%x device_id %d\n", 
     118<   GST_DEBUG ("osx ring buffer start ioproc: 0x%x device_id %d 
     119", 
    112120--- 
    113 >   GST_DEBUG ("osx ring buffer start ioproc: 0x%p device_id %ld\n", 
     121>   GST_DEBUG ("osx ring buffer start ioproc: 0x%p device_id %ld 
     122", 
    114123Index: sys/osxaudio/gstosxaudiosink.c 
    115124=================================================================== 
     
    122131>   gst_osx_audio_sink_create_ringbuffer ((GstBaseAudioSink *)sink); 
    123132254c254 
    124 <       ("Getting available sample rates: Status: %d number of ranges: %d\n", 
     133<       ("Getting available sample rates: Status: %d number of ranges: %d 
     134", 
    125135--- 
    126 >       ("Getting available sample rates: Status: %ld number of ranges: %ld\n", 
     136>       ("Getting available sample rates: Status: %ld number of ranges: %ld 
     137", 
    127138274c274 
    128 <     GST_DEBUG ("osx sink 0x%x element 0x%x  ioproc 0x%x\n", osxsink, 
     139<     GST_DEBUG ("osx sink 0x%x element 0x%x  ioproc 0x%x 
     140", osxsink, 
    129141--- 
    130 >     GST_DEBUG ("osx sink 0x%p element 0x%p  ioproc 0x%p\n", osxsink, 
     142>     GST_DEBUG ("osx sink 0x%p element 0x%p  ioproc 0x%p 
     143", osxsink, 
    131144Index: sys/osxaudio/gstosxaudiosrc.c 
    132145=================================================================== 
     
    135148diff -r1.9 gstosxaudiosrc.c 
    136149238c238 
    137 <     GST_DEBUG ("osx src 0x%x element 0x%x  ioproc 0x%x\n", osxsrc, 
     150<     GST_DEBUG ("osx src 0x%x element 0x%x  ioproc 0x%x 
     151", osxsrc, 
    138152--- 
    139 >     GST_DEBUG ("osx src 0x%p element 0x%p  ioproc 0x%p\n", osxsrc, 
     153>     GST_DEBUG ("osx src 0x%p element 0x%p  ioproc 0x%p 
     154", osxsrc, 
    140155 
    141156' | patch -p0