Changes between Version 32 and Version 33 of GstreamerMac
- Timestamp:
- 04/14/09 10:12:30 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GstreamerMac
v32 v33 1 {{{ 2 #!forumlinks 3 }}} 4 1 5 = How to build GStreamer on Mac OS/X PPC = 2 6 … … 39 43 - 40 44 - asm volatile ( 41 - " lvx %%v0, %0, %%r0 \n" 45 - " lvx %%v0, %0, %%r0 46 " 42 47 - :: "r" (x)); 43 48 -} … … 105 110 diff -r1.1 gstosxringbuffer.c 106 111 158c158 107 < GST_DEBUG ("AudioHardwareGetProperty: device_id is %d\n", 112 < GST_DEBUG ("AudioHardwareGetProperty: device_id is %d 113 ", 108 114 --- 109 > GST_DEBUG ("AudioHardwareGetProperty: device_id is %ld\n", 115 > GST_DEBUG ("AudioHardwareGetProperty: device_id is %ld 116 ", 110 117 241c241 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 ", 112 120 --- 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 ", 114 123 Index: sys/osxaudio/gstosxaudiosink.c 115 124 =================================================================== … … 122 131 > gst_osx_audio_sink_create_ringbuffer ((GstBaseAudioSink *)sink); 123 132 254c254 124 < ("Getting available sample rates: Status: %d number of ranges: %d\n", 133 < ("Getting available sample rates: Status: %d number of ranges: %d 134 ", 125 135 --- 126 > ("Getting available sample rates: Status: %ld number of ranges: %ld\n", 136 > ("Getting available sample rates: Status: %ld number of ranges: %ld 137 ", 127 138 274c274 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, 129 141 --- 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, 131 144 Index: sys/osxaudio/gstosxaudiosrc.c 132 145 =================================================================== … … 135 148 diff -r1.9 gstosxaudiosrc.c 136 149 238c238 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, 138 152 --- 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, 140 155 141 156 ' | patch -p0
![(please configure the [header_logo] section in trac.ini)](/images/TriblerLogo.png)