IRC Logs

IRC <[email protected]>
Newsgroups gmane.comp.video.gstreamer.daily
Message-ID <[email protected]>
*******************************************************************
[03:00] <taaz> so the docs build in a pbuilder chroot with fresh debs but not with my normal setup.  what the hey...
[03:01] <taaz> i reinstalled all debs related to doc building and used a --norc shell and they still fail normally
[03:03] Shoragan ([email protected]) left irc: "Leaving"
[03:03] <iain> hmm, advert for a "multimedia developer"...must be proficient in VB
[03:04] <BBB> heh :D
[03:04] <iain> I hate this country
[03:05] <BBB> be positive
[03:05] <BBB> :)
[03:12] <danb> hmm, the ogg plugin sounds sick (cvs from yesterday)
[03:12] <danb> mp3 sounds fine, and the behavior is consistent in python and c
[03:13] <danb> static and pops
[03:13] <danb> well, just static, actually
[03:13] <BBB> interesting
[03:13] Action: BBB tries ogg
[03:14] <danb> using a filesrc -> spider -> osssink pipeline, if it matters
[03:14] Action: BBB gets no static even
[03:14] <BBB> just nothing
[03:14] <danb> interesting
[03:15] <BBB> gst-launch filesrc location=/media/cds/Krezip\ -\ Days\ Like\ This/Krezip\ -\ Days\ Like\ This\ -\ 01\ -\ You\ Can\ Say.ogg ! spider ! audioconvert ! osssink
[03:15] <BBB> something like that
[03:15] <BBB> that should work
[03:15] <danb> what's audioconvert?
[03:15] <BBB> converts float to int
[03:15] <BBB> (in this case)
[03:15] <BBB> like colorspace for video
[03:15] <danb> performance or functionality?
[03:15] <BBB> ?
[03:16] <BBB> it's a conversion
[03:16] <BBB> vorbisfile used to do that internally
[03:16] <BBB> but we removed that from all plugins
[03:16] <danb> oh
[03:16] <BBB> gst-player uses audioconvert in the edfault pipeline anyway
[03:16] <BBB> (libgstplay, actually)
[03:16] <danb> hmm
[03:16] <danb> what would happen if you didn't use it?
[03:17] <BBB> it'd try to play float audio on your integer-only soundcard
[03:17] <BBB> which sounds like trash
[03:17] <BBB> (you know, like as if your mother-in-law is singing in the bathroom, actually even worse)
[03:18] <BBB> (it's effectively just random data being sent to your soundcard
[03:20] <BBB> streamer-interfaces-0.8 >= 0.8... Requested 'gstreamer-play-0.8 >= 0.8' but version of GStreamer Play Library, uninstalled is 0.7.6.1
[03:20] <BBB> dudes
[03:20] <BBB> idiots
[03:22] danb_ ([email protected]) joined #gstreamer.
[03:22] <bluejay> danb_: spider should use audioconvert automatically
[03:23] <danb_> bluejay: { filesrc location=song.ogg ! spider ! osssink } and { filesrc location=song.ogg ! spider ! audioconvert ! osssink } behaved differently
[03:24] <danb_> i get static without audioconvert
[03:25] <bluejay> strange. `gst-launch-0.8 filesrc location="file.ogg" ! spider ! osssink` works fine here
[03:25] <bluejay> also with it in {}s
[03:26] <bluejay> I got from CVS yesterday
[03:26] <danb_> meh, {} was just syntax used here to delimit the pipeline :P
[03:26] <danb_> yeah, mine is yesterday-cvs too
[03:26] <BBB> bluejay: hm... dunno
[03:26] <BBB> anyway, it doesn't, because audioconvert has no priority
[03:26] alley_cat ([email protected]) left irc: "May the Source be with you!"
[03:27] <danb_> bluejay: and gst-python seems to be working :)
[03:27] <bluejay> maybe my soundcard is weird.
[03:27] <danb_> sb live (emu10k1) here
[03:27] <danb_> alsa with oss emulation
[03:28] <bluejay> `gst-launch-0.8 filesrc location="file.ogg" ! oggdemux ! vorbisdec ! audioconvert ! osssink` doesn't even run without audioconvert
[03:28] <danb_> hmm
[03:29] <danb_> odd
[03:29] <BBB> bluejay: I just explained
[03:30] <danb_> BBB: so if use a spider, i shouldn't need audioconvert for it to work properly?
[03:30] <BBB> you do
[03:30] <BBB> spider never selects audioconvert
[03:30] <BBB> because it has no rank
[03:30] <BBB> spider only selects ranked elements
[03:30] <BBB> it has no rank because spider will blow up
[03:31] <BBB> we might add it with a better autoplugger
[03:31] <BBB> not spider
[03:31] <danb_> hmm, ok
[03:32] <BBB> don't forget we're not at 1.0 yet... we're currently imperfect
[03:32] <danb_> yeah
[03:33] <bluejay> BBB: how come my spider pipeline runs with the ogg file?
[03:33] <danb_> understood
[03:33] <BBB> bluejay: which one?
[03:33] <bluejay> `gst-launch-0.8 filesrc location="file.ogg" ! spider ! osssink`
[03:34] <BBB> dunno... older version? maybe you still have vorbisfile plugin (removed, deprecated, does internal float->int conversion and thus works with osssink)?
[03:34] <bluejay> using the -v switch says that that pipeline includes an audioconvert and a vorbisdec
[03:35] <iain> time to check if marlin is still crashing when it tries to connect audioconvert to interleave
[03:35] danb ([email protected]) left irc: Read error: 110 (Connection timed out)
[03:35] Nick change: danb_ -> danb
[03:36] Action: bluejay removes all files containing "-0.7" and "gst"
[03:36] <danb> hehe
[03:36] <BBB> hm
[03:36] <danb> bluejay: did you get gst-plugins from cvs too?
[03:36] <BBB> so yours selects audioconvert?
[03:36] <BBB> that's
[03:36] <BBB> well
[03:36] <BBB> ehmg
[03:36] <BBB> odd
[03:36] <BBB> :)
[03:36] <bluejay> danb: yeah
[03:36] Action: BBB does random gst-rec fixage
[03:36] Action: BBB also wants to play weird movie formats in totem
[03:37] <BBB> anyone have a cool feature request in totem for me to work on?
[03:38] <danb> mine also has vorbisdec and audioconvert
[03:41] <iain> gst-launch-0.8 fakesrc ! deinterleave ! interleave ! fakesink
[03:41] <iain> doesn't work :/
[03:41] <BBB> what's deinterleave/interleave?
[03:41] <iain> suppose the reply will be "you can work out how to fix it" if I file a bug
[03:41] <BBB> iain: oh come on, have we ever said that?
[03:42] <iain> splits/joins audio streams
[03:42] <iain> BBB: company has...many times :)
[03:42] <BBB> as in split from a stereo single stream to two mono streams over two pads?
[03:42] <BBB> and back?
[03:42] <iain> yes
[03:42] <BBB> iain: I'm not company, thank you
[03:42] <BBB> and you know how to reopen bugs... such a reply is bs
[03:42] <BBB> bugs are there so people know it needs to be fixed
[03:43] <iain> heh :)
[03:43] Action: BBB works on ffmpeg and gst-rec
[03:43] <BBB> :)
[03:43] <iain> yeah, but I feel I should probably fix it, seeing as I'll be the only person who uses it
[03:43] <iain> well, wingo will too, but he's always away
[03:43] <BBB> you're likely the only one who really uses it extensively, no?
[03:43] <iain> yeah
[03:43] <BBB> leif!
[03:43] <iain> its only for our "pro-audio" people
[03:43] <BBB> him too
[03:44] <iain> which currently is me (*giggle*) and wingo
[03:44] <iain> what's leif doing?
[03:45] <BBB> pro-audio :p
[03:45] <iain> fair enuff
[03:45] <iain> goodnight
[03:45] <BBB> he should actually fix alsa, but he didn't
[03:45] <BBB> nite :)
[03:45] iain ([email protected]) left irc: "This is not the planet of sound"
[03:45] Action: BBB installs alsa and fixes alsa in gnome-volume-control
[03:45] Action: BBB kicks alsa
[03:45] Action: BBB hates alsa
[03:47] mathrick_ ([email protected]) joined #gstreamer.
[03:47] mathrick|sleep ([email protected]) left irc: Connection timed out
[03:48] thaytoo ([email protected]) joined #gstreamer.
[03:49] <BBB> hi jan!
[03:51] <thaytoo> hiya :)
[03:51] Action: BBB notes his HD is full
[03:54] Action: BBB cleans RPM etmp build files
[03:55] Action: BBB has 1 GB free now
[03:55] <BBB> :)
[04:03] <thaytoo> much nicer
[04:03] Action: BBB just installed ALSA
[04:04] Action: BBB is gonna fix gnome-volume-control
[04:04] <thaytoo> that would be real nice..
[04:04] <thaytoo> I can test here too
[04:05] Action: BBB wonders why alsasink isn't an alsamixer
[04:05] Action: BBB wonders the same for alsasrc
[04:11] camh ([email protected]) left irc: Read error: 60 (Operation timed out)
[04:15] Action: BBB does random evil stuff to alsa
[04:15] <BBB> I'll send a patch when something sort-of works )
[04:15] <BBB> but I'll probably commit it isntantly
[04:19] foser ([email protected]) left irc: "[ I want to believe ]"
[04:20] camh ([email protected]) joined #gstreamer.
[04:36] <thaytoo> BBB: committing sounds fine.
[04:36] <thaytoo> we need to have alsa mixer working for gnome26, IMO
[04:37] <thaytoo> I don't know what else is urgent there tho
[04:59] <BBB> I know
[04:59] <BBB> but I don't know how alsa works
[04:59] <BBB> so I'm just googling
[05:03] Action: BBB wonders how to enumerate devices in ALSA
[05:20] Action: taaz cries.  building tetex-bin to debug why jadetex is going bezerk on the docs.
[05:20] Action: taaz wonders: why me?
[05:22] <thaytoo> BBB: hopefullyl you already saw: http://www.alsa-project.org/documentation.php3#dev-toots
[05:23] <BBB> yes
[05:24] <BBB> I just keep saying that their documentation is not usefulk
[05:24] <BBB> java-doc is a reference, not an introduction
[05:24] <BBB> and their stuff is java-dic style
[05:24] <BBB> cool, but useless
[05:26] <BBB> ERROR            alsa( 2322) gstalsamixer.c(148):gst_alsa_mixer_init:<GstAlsaMixer@0x81d7830> Cannot attach mixer to sound device `default'.
[05:26] <BBB> pfft.
[05:26] Action: BBB curses benjamin
[05:33] <thaytoo> just for cursing's sake? :)
[05:42] <BBB> whee
[05:42] <BBB> fixed
[05:42] <BBB> :)
[05:42] Action: BBB can control ALSA in gnome-volume-control now
[05:42] <BBB> it's ugly, btw
[05:42] <BBB> really ugly
[05:44] <thaytoo> how do you mean?
[05:44] Action: BBB just comitted
[05:44] <BBB> try for yourself
[05:49] <thaytoo> oki
[06:04] Action: BBB cheers
[06:04] <BBB> any other huge bugs?
[06:10] <thaytoo> xvimagesink was acting weird, but maybe not
[06:10] <thaytoo> I was in a hurry :)
[06:11] mathrick_ ([email protected]) left irc: Read error: 110 (Connection timed out)
[06:20] <thaytoo> BBB: it just blocks Trying to open hw:0 :(
[06:20] <thaytoo> (the device is in use)
[06:21] <thaytoo> it shouldn't need to open /dev/snd/pcmC0D0p just to use the mixer
[06:21] <thaytoo> I think osssink has the same problem
[06:21] <thaytoo> Otherwise, perfect
[06:27] <BBB> no, osssink opens nonblock, IIRC
[06:27] <BBB> and -EBUSY is a valid reply
[06:27] <BBB> :)
[06:27] <BBB> (that's a hack, I know)
[06:28] <thaytoo> the ossmixer and alsamixer elements shouldn't try and open the pcm devices at all though, surely?
[06:28] <BBB> dunno...
[06:29] <BBB> open a bug, and CC company
[06:29] <BBB> he knows alsa a lot better than me
[06:29] <thaytoo> they really only need to acces the mixer
[06:29] <thaytoo> well, just talking OSS 
[06:29] <thaytoo> it doesn't need to open /dev/dsp when it just wants to adjust stuff in /dev/mixxer
[06:29] <thaytoo> but I think that it was hitting both b4
[06:30] <BBB> OSS does that
[06:30] <BBB> I fixed OSS a while aog
[06:30] <BBB> *ago
[06:30] <BBB> (I think...)
[06:30] <BBB> or maybe I didn't
[06:30] <BBB> is O_NONBLOCK a valid way to open a device?
[06:30] <BBB> yes it is
[06:30] Action: BBB adds
[06:31] <thaytoo> yeah
[06:32] <BBB> does it return an erro-compatible error?
[06:32] <thaytoo> does which?
[06:35] <BBB> als
[06:35] <BBB> it does
[06:36] <thaytoo> oh, whop
[06:37] <thaytoo> segfault on exit 
[06:37] <thaytoo> gst_alsa_mixer_track_free
[06:38] <BBB> ?
[06:38] <BBB> does that do something wrong?
[06:38] <thaytoo> (gnome-volume-control:10627): GLib-GObject-WARNING **: invalid cast from `(null)' to `GstMixerTrack'
[06:38] <thaytoo> several times, then segfault
[06:39] <BBB> oi, the mixer interface already does that
[06:41] Marsupilami23 ([email protected]) joined #gstreamer.
[06:43] <thaytoo> BBB: Here's a bug, gst_element_found_tags_for_pad pushes a taglist onto the pad
[06:43] <thaytoo> sinesrc calls it
[06:43] <thaytoo> but sinesrc is a get element, it can't push
[06:43] <BBB> ?
[06:44] Action: BBB is doing ALSA right now
[06:44] <BBB> please file a bug + patch or so
[06:44] <thaytoo> yeah, just complaining
[06:44] <BBB> I'm a 16-bit person
[06:44] <BBB> I can do one thing at a time
[06:50] <spyder482> hmm
[06:50] <spyder482> how many bugs have you patched for gstreamer?
[06:51] Action: spyder482 waits for an integer overflow
[06:51] <BBB> loads
[06:51] <BBB> :)
[06:51] <spyder482> 1! :P
[06:51] <BBB> but no 2^16 yet!
[06:51] <BBB> :)
[06:51] <spyder482> lol
[06:51] <BBB> thaytoo: ok, found the alsa bug
[06:52] <BBB> exits sanely now
[06:52] <BBB> :)
[06:56] <BBB> thaytoo: anything more? )
[06:57] Action: BBB is on fire
[06:57] <BBB> spyder482: btw, if you want, I can update myself to a guint64
[06:57] <spyder482> hmm
[06:57] <BBB> or even a EbmlUInt
[06:57] <spyder482> omg
[06:57] <BBB> (no! the bloat!)
[06:57] <spyder482> lol
[06:57] <spyder482> wait till i tell Rich ;)
[06:57] <BBB> *G*
[06:58] <spyder482> ROnald turned himself into a EbmlUInt
[06:58] <spyder482> ;)
[06:58] <BBB> he'll rip out matroska.c from ffmpeg or mplayer
[06:58] <BBB> probably only mplayer
[06:58] <spyder482> he can't rip it out of ffmpeg
[06:58] <BBB> he has no say whatsoever over ffmpeg
[06:58] <BBB> he can
[06:58] <BBB> he has CVS access there
[06:58] <BBB> don't ask me why
[06:58] <spyder482> well if he did i's fork :P
[06:58] Action: BBB doesn't even have CVS access there
[06:58] <spyder482> i'd
[06:59] <spyder482> besides, ffmpeg is no big deal to me
[06:59] <spyder482> gstreamer is though :)
[07:07] <thaytoo> BBB: only the one about it opening the pcm device too
[07:08] <BBB> but it doesnt that using nonblock now
[07:08] <BBB> so it's a low priority bug, no?
[07:08] <BBB> spyder482: ffmpeg is a big deal for me
[07:08] <BBB> it's pretty much all codecs I care of
[07:09] <BBB> add to bugzilla
[07:09] <BBB> we'll look ;)
[07:10] Action: BBB delegates everything he doesn't care of to others
[07:10] <BBB> ;)
[07:11] <spyder482> BBB: i agree, for the codecs...
[07:12] <BBB> and demuxers
[07:12] Action: BBB recently added a working demuxer wrapper
[07:12] <spyder482> but it's not as if mkv will be that important in it to me ;)
[07:12] <BBB> heh :)
[07:14] <thaytoo> BBB: 'sok
[07:14] <BBB> :)
[07:14] <BBB> cute
[07:14] <BBB> wanna patch the pixmaps in gnome-volume-control?
[07:15] <BBB> :)
[07:15] <thaytoo> I'm not sure if nonblock is enough, I'll test
[07:16] Action: BBB awaits
[07:17] <thaytoo> gnome-volume-control
[07:17] <thaytoo> ALSA lib pcm_hw.c:1056:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: Device or resource busy
[07:17] <thaytoo> Segmentation fault
[07:18] <thaytoo> heh
[07:18] <BBB> eh?
[07:18] <BBB> why the segv?
[07:18] <BBB> ;p
[07:18] <thaytoo> it's in libasound!
[07:18] <BBB> oh my f**
[07:18] Action: BBB points to his advogato entry
[07:19] <thaytoo> *nod*
[07:20] <thaytoo> it's still a step up from oss in functionality
[07:20] <thaytoo> annoying, the crash is in libasound, with no stack trace
[07:21] <BBB> we don't need libalsa for the step up
[07:21] <BBB> alsa as a kernel API would've been good enough
[07:21] markey ([email protected]) joined #gstreamer.
[07:21] <markey> morning
[07:21] <BBB> night :)
[07:22] <BBB> 1:22am here
[07:22] <thaytoo> g'night BBB
[07:22] Action: markey seeking for some quick help with his gst engine
[07:22] <thaytoo> thanks for the fix!
[07:22] <BBB> I'm not going to bed
[07:22] <BBB> yet
[07:22] <BBB> ...
[07:22] <BBB> ;)
[07:22] <markey> prolly a stupid eror
[07:22] <BBB> few more minuts
[07:22] <markey> night BBB :)
[07:22] <markey> (process:19622): GStreamer-CRITICAL **: file gstscheduler.c: line 910 (gst_scheduler_factory_create): assertion `factory->type != 0' failed
[07:22] <BBB> no
[07:22] Last message repeated 2 time(s).
[07:22] <BBB> *not yet*
[07:22] <BBB> :p
[07:22] <markey> in my gst engine init routine
[07:22] <BBB> markey: run su -c gst-register && gst-register
[07:22] <thaytoo> g'night BBB 
[07:23] Action: BBB kicks thaytoo
[07:23] <thaytoo> oh look at that, tired and grumpy ;)
[07:23] <BBB> :D
[07:23] <BBB> ok, so I actually wrote the alsa fixes while I was drunk
[07:23] <BBB> does it matter?
[07:23] <BBB> like alsa is clean
[07:23] <BBB> :p
[07:23] <markey> gst-register: command not found
[07:23] <BBB> gst-register-0.8/7?
[07:24] <markey> ah yes
[07:24] Action: BBB tries to think
[07:24] Action: BBB had four 0.2l glasses of vodka
[07:26] <thaytoo> markey: any better?
[07:26] <spyder482> hmm
[07:27] <spyder482> BBB: drinking and coding is a bad combination
[07:27] <markey> sec
[07:27] <BBB> spyder482: ususally works fine for me
[07:27] <spyder482> BBB: i think that's how windows began
[07:27] <thaytoo> BBB: ahr, it doesn't like snd_pcm_close after returning EBUSY
[07:27] <BBB> part of my kenrel driver was written while drunk
[07:27] <thaytoo> I'll fix it 
[07:27] <BBB> "drunk" means that you're in a wide state of thinkign
[07:27] <BBB> good for coding difficult things
[07:27] <markey> no
[07:28] <spyder482> BBB: hmm...last time i coded when i was "drunk" i destroyed my Java ebml parser
[07:28] <markey> the error started to surface after converting my engine to a plugin
[07:28] <BBB> thaytoo: oh... right, well, you have CVS xs., right?
[07:28] <markey> dynamically loaded
[07:28] <spyder482> not necessarily bad ;)
[07:28] <BBB> spyder482: :D
[07:28] <thaytoo> BBB: yep
[07:28] <thaytoo> BB
[07:28] <BBB> thaytoo: well, go ahead :D
[07:28] <thaytoo> BBB: you use powerpc, no?
[07:28] <BBB> no, p3
[07:28] <BBB> I wish I had a ppc
[07:28] <thaytoo> oh, ok
[07:29] <thaytoo> I want a ppc user to test effectv :)
[07:29] Action: BBB points to ds/company
[07:29] <thaytoo> markey: a gstreamer plugin, or one you're loading yourself?
[07:30] <markey> hehe no my engine is now a plugin
[07:30] <markey> not a gst plugin
[07:30] Action: BBB sees stuff floating around himself
[07:30] <BBB> I guess...
[07:30] <BBB> that means I need to go to bed
[07:31] <thaytoo> btw, to answer your question
[07:31] <BBB> so... enjoy the new alsa bugs ;)
[07:31] <BBB> which Q?
[07:31] <thaytoo> about controls that that you can't change, 
[07:31] mathrick ([email protected]) joined #gstreamer.
[07:31] <BBB> oh, yes?
[07:31] <thaytoo> they're switches only 
[07:31] <thaytoo> mute/unmute
[07:31] <BBB> m... so should we disable the slider then?
[07:31] <thaytoo> like 'extermnal amplifier Ddpower'
[07:31] <BBB> I mean, it's pretty ugly right now
[07:32] <thaytoo> yeah, if there is a way to identify them in code
[07:32] <BBB> there probably is...
[07:32] <BBB> if (track->max_value == track->min_value) { ... }
[07:33] <BBB> we might need to extend gstmixer slightly in 0.9.x
[07:33] <thaytoo> 0.8 rocks already :)
[07:33] <BBB> yes, but I always look forward
[07:33] <BBB> 0.8.x is future histoy
[07:33] <BBB> history
[07:34] <BBB> 0.9.x is development stuff :)
[07:34] <thaytoo> if you've built effectv tonight?
[07:34] <thaytoo> try gst-launch videotestsrc ! warpTV ! vertigoTV ! quarkTV ! ximagesink
[07:34] <thaytoo> that'll send you to bed ;)
[07:35] <BBB> omfg :d
[07:35] <BBB> ok
[07:35] <BBB> I'm off
[07:35] <BBB> too drunk too do anything useful
[07:35] <BBB> bye!
[07:36] BBB ([email protected]) left irc: "Client exiting"
[07:38] <spyder482> i warned him
[07:38] <markey> hmm is     gst_init( NULL, NULL );
[07:38] <markey> ok?
[07:38] Action: markey needs to read up on gst docs sometime
[07:41] <thaytoo> markey: yes, that's legal
[07:42] <markey> thx
[07:44] spyder482 ([email protected]) left irc: "Leaving"
[07:46] <thaytoo> what does your engine do?
[07:47] <markey> ok, found the offending line:
[07:47] <markey>     m_pThread              = gst_thread_new          ( "thread" );
[07:47] <markey> here it throws the assert
[07:47] <markey> thaytoo: playing audio
[07:49] <markey> |(process:24873): GStreamer-CRITICAL **: file gstscheduler.c: line 910 (gst_scheduler_factory_create): assertion `factory->type != 0' failed
[07:49] <markey> |
[07:49] <markey> ^^ error
[07:49] <markey> |GStreamer-ERROR **: file gstthread.c: line 193 (gst_thread_init): assertion failed: (scheduler)
[07:53] <thaytoo> see if gstreamer/examples/thread works for you
[07:53] <thaytoo> if that does, it's you code some way
[07:53] <thaytoo> "your"
[07:54] <thaytoo> sorry, gotta  go
[07:55] <markey> k cu
[08:01] <markey> cool it works now
[08:01] <markey> really weird
[08:01] <markey> the order in which I called stuff caused it
[08:01] <markey> I need to create the thread after the other elements
[08:01] <markey> *shrug*
[08:08] Marsupilami23 ([email protected]) left irc: "I don't wanna grow up, I'm a Toys R Us Kid. There's a million toys at Toys R Us that I can play with!"
[08:10] mathrick ([email protected]) left irc: Read error: 60 (Operation timed out)
[09:02] jcsston ([email protected]) left irc: Read error: 110 (Connection timed out)
[09:03] sub_pop ([email protected]) joined #gstreamer.
[09:34] lin_matt ([email protected]) joined #gstreamer.
[09:35] joem ([email protected]) joined #gstreamer.
[09:35] <lin_matt> hi... any devs around?
[09:35] <lin_matt> I've found an issue with gst-plugins and gconf...
[09:37] kwm ([email protected]) joined #gstreamer.
[09:43] sub_pop ([email protected]) left irc: "Client exiting"
[09:47] <lin_matt> guess not... anyway... bug is here: http://bugs.gnome.org/show_bug.cgi?id=137044
[10:00] harshy ([email protected]) left irc: "I quit for now"
[10:14] steveb__ ([email protected]) joined #gstreamer.
[10:19] wingo ([email protected]) joined #gstreamer.
[10:21] aeyakovenko ([email protected]) joined #gstreamer.
[10:21] <aeyakovenko> hello
[10:22] <lin_matt> hi aeyakovenko
[10:22] <wingo> hey folks.
[10:24] <lin_matt> hi wingo
[10:25] <lin_matt> quiet room tonight...
[10:25] <wingo> this morning, you mean :)
[10:25] <lin_matt> hehe... that too...
[10:26] <lin_matt> wingo, you wounldn't happen to be a gstreamer dev would ya?
[10:27] <aeyakovenko> can one pipeline somehow screw another one up?
[10:27] joem ([email protected]) left irc: Remote closed the connection
[10:28] <wingo> lin_matt: yes...
[10:28] <wingo> aeyakovenko: don't think so, unless you have memory access bugs
[10:29] <lin_matt> wingo, cool...  I've found a bug with gst-plugins+gconf... 
[10:29] <aeyakovenko> i have two piplines (fdsrc -> ffdec_h263 -> xvideosink) and (v4lsrc->ffenc_h263 ->fdsink) on seperate pipelines and pipethreads
[10:29] <lin_matt> basically, latest GConf won't read the gst keys since they are installed under 0.8... reads em fine under 0_8
[10:29] <aeyakovenko> but when i sett he fdsrc timeout it effects the behavior of the second (v4lsrc) pipeline
[10:30] <lin_matt> I submitted a bug here: http://bugs.gnome.org/show_bug.cgi?id=137044
[10:31] joem ([email protected]) joined #gstreamer.
[10:31] <wingo> lin_matt: dunno, i don't work with gconf
[10:31] <wingo> i'm sure someone will handle the bug tho
[10:31] <wingo> aeyakovenko: i don't do video either, sorry ;)
[10:32] <wingo> seems i don't do so much ;)
[10:32] <aeyakovenko> well, i also know that no matter what gstreamer doesnt seem to want to read form the fdsrc
[10:32] steveb_ ([email protected]) left irc: Read error: 110 (Connection timed out)
[10:32] <aeyakovenko> its just a unix socket, and it fills up to its capacity and blocks
[10:33] <lin_matt> wingo, that's cool...  just been having all sorts of crashieness with 0.7.6 and Gnome beta2... trying to figure out where it's coming from...
[10:34] <wingo> aeyakovenko: i'm fairly certain fdsrc hasn't been touched in a while
[10:35] <aeyakovenko> i can try to debug that part, but the first problem is beyond me
[10:36] <wingo> if it's never reading, it seems the problem is either in your app (not linking the elements, for instance) or in ffmeg, in which case it's safely out of my domain :)
[10:37] <aeyakovenko> its prolly in ffmeg, the app definatly writes to it, and i poll the fd to check that there is data on it, which there is
[10:38] <aeyakovenko> i watch it fill up to the socket buffer limit then block on the next write, so it seesm that ffmeg is just not pulling anything out of it
[10:44] kwm ([email protected]) left irc: Read error: 110 (Connection timed out)
[10:46] <wingo> aight, i'm out
[10:46] wingo ([email protected]) left irc: "I like core dumps"
[10:46] Company ([email protected]) joined #gstreamer.
[10:46] <Company> good morning angels
[10:47] <aeyakovenko> its 2am, but good morning anyways
[10:47] sxpert ([email protected]) left irc: "Client exiting"
[10:52] lin_matt ([email protected]) left irc: Remote closed the connection
[11:01] Action: Company wonders how thaytan figures all these bugs out
[11:07] <aeyakovenko>  g_object_set (G_OBJECT (_fdsrc), "timeout", 10, NULL);  how come this causes a core dump?
[11:07] <Company> fdsrc is NULL?
[11:08] <aeyakovenko> nope, i have assert(fdsrc) right above it
[11:08] <Company> no idea :)10 isn'T a guint64
[11:08] <Company> that was 2 lines in one
[11:08] <Company> g_object_set (G_OBJECT (_fdsrc), "timeout", (guint64) 10, NULL);
[11:09] <Company> that's a problem with variadic functions: they don't do implicit casting
[11:10] <aeyakovenko> all the gst functions take g types not the basic types?
[11:11] <Company> that doesn't matter
[11:11] <Company> but the function expects th "10" to be a 64bit variable, and without casting it's just 32bit
[11:11] <Company> the code wouldn'T segfault on AMD64 ;)
[11:12] <aeyakovenko> makes sence
[11:12] sublett ([email protected]) joined #gstreamer.
[11:14] <Company> it's one of the tricky things about C you find out the hard way
[11:14] <aeyakovenko> what is "fd" property in fdsrc supposed to be?  gint32?
[11:14] <Company> gst-inspect should tell you
[11:19] <aeyakovenko> sure does :), thanks
[11:22] alley_cat ([email protected]) joined #gstreamer.
[11:22] Shoragan ([email protected]) joined #gstreamer.
[11:29] <aeyakovenko> i cant get something really basic to work, fdsrc->fakesink, iterate returns false all the time.
[11:31] <Company> maybe because fdsrc hasn't a working file descriptor set?
[11:31] <aeyakovenko> it is
[11:31] <aeyakovenko> i am polling it, poll says that there is data waiting to be read
[11:32] <aeyakovenko> well i am setting it like this "   g_object_set (G_OBJECT (_fdsrc), "fd", _pipe[0], NULL); "
[11:33] <aeyakovenko> inspect just says that it takes an integer, so i dont think there is a problem with just passing the pipe
[11:37] <Company> shouldn't be
[11:38] <Company> no idea, you should probably ask gdb ;)
[11:38] <aeyakovenko> hehe
[11:38] <Company> cat /some/file | gst-launch fdsrc ! fakesink   works though
[11:39] <aeyakovenko> how does it know when to stop?
[11:40] <aeyakovenko> i think i know the problem, maybe, if there is no data on the pipe when it does the read it will assume its an end of a file, and just quit
[11:40] <aeyakovenko> right?
[11:41] <Company> i think that depends on the timeout
[11:41] <Company> no clue though, look at the source ;)
[11:51] thaytan ([email protected]) joined #gstreamer.
[11:56] <aeyakovenko> doh 
[11:56] <aeyakovenko>   /* if nothing was read, we're in eos */
[11:56] <aeyakovenko>   if (readbytes == 0) {
[11:56] <aeyakovenko>     gst_element_set_eos (GST_ELEMENT (src));
[11:56] <aeyakovenko>     return GST_DATA (gst_event_new (GST_EVENT_EOS));
[11:56] <aeyakovenko>   }
[12:12] bilboed_school ([email protected]) left irc: Remote closed the connection
[12:15] <Company> alley_cat: where do you live?
[12:15] Action: Company just figured out that alley_cat is german
[12:16] <alley_cat> stuttgart
[12:17] <Company> a place with airport :)
[12:19] <alley_cat> indeed :) i even live near that airport (luckily not in the direction starts/landings go)
[12:20] <Company> i was thinking about visiting Martin Soto (irc nick?) sometime in the future
[12:20] <Company> kaiserslautern is far away from airports though...
[12:27] apoc ([email protected]) joined #gstreamer.
[12:28] <apoc> hi
[12:28] <Company> ho
[12:29] <apoc> Company: have you try to play a mod song ? it plays to fast here
[12:30] Action: thomasvs commits serbian translation
[12:30] <thomasvs> anyone here who speaks serbian ?
[12:31] <Company> apoc: mods play fine here
[12:31] <thomasvs> apoc: using osssink ? does it print an error about something ?
[12:31] thaytan ([email protected]) left irc: Read error: 60 (Operation timed out)
[12:32] <Company> apoc: try running gst-launch with -v and tell me what the caps of modplug.src (or mikmod.src) are
[12:32] smoke ([email protected]) joined #gstreamer.
[12:34] <apoc> thomasvs, Company : I'm upgrading to last CVS 
[12:35] aeyakovenko ([email protected]) left #gstreamer.
[12:46] LeRoutier ([email protected]) joined #gstreamer.
[12:46] <LeRoutier> hello
[12:48] <apoc> salut LeRoutier
[12:48] pb_ ([email protected]) joined #gstreamer.
[12:49] <LeRoutier> gst-ffmpeg.new merged into gst-ffmpeg ?
[12:50] <thomasvs> LeRoutier: replaced, but yeah
[12:50] <thomasvs> LeRoutier: does it work for you ?
[12:51] <LeRoutier> well, just changed the ebuild to fetch the good module. actually checking out
[12:52] kmaraas ([email protected]) joined #gstreamer.
[12:56] teuf ([email protected]) joined #gstreamer.
[12:56] <Company> thomasvs: is there a reason why the gstreamer-gconf files aren't in pkgconfig/
[12:56] <Company> ?
[12:57] <Company> s/gstreamer-gconf files/gstreamer-gconf pc files/
[12:59] <apoc> thomasvs: i get this error with gst-plugins
[12:59] <apoc> thomasvs: + running automake -a -c...
[12:59] <apoc> configure.ac:1716: required file `tools/gst-launch-ext.in' not found
[13:01] <LeRoutier> wasn't this tool removed ?
[13:01] <Company> yeah, it was
[13:01] <Company> rerun autogen
[13:02] <LeRoutier> grep -r gst-launch-ext.in /usr/portage/distfiles/cvs-src/gst-plugins/HEAD/gst-plugins/   only shows this file in changelog. so, it's a dirty tree
[13:02] <LeRoutier> bbl
[13:02] <apoc> hm
[13:09] sxpert ([email protected]) joined #gstreamer.
[13:17] teuf ([email protected]) left irc: Read error: 60 (Operation timed out)
[13:37] teuf ([email protected]) joined #gstreamer.
[13:39] <LeRoutier> any speex user around ? (or people who have speex installed at least)
[13:39] sxpert_ ([email protected]) joined #gstreamer.
[13:42] <Company> does the speex pipeline use oggdemux already?
[13:44] <LeRoutier> got no idea
[13:45] <Company> dsputil_mmx.c: In function `h263_h_loop_filter_mmx':
[13:45] <Company> dsputil_mmx.c:614: error: can't find a register in class `GENERAL_REGS' while reloading `asm'
[13:45] Action: Company pokes whoever
[13:45] <alley_cat> hmm, someone broke alsasink
[13:45] <alley_cat> gst-launch-0.8: pcm.c:909: snd_pcm_delay: Assertion `pcm->setup' failed.
[13:45] <LeRoutier> Company, gst-ffmpeg. got the same error. i saw ds did a patch (look for asm.diff)
[13:45] <alley_cat> Aborted
[13:45] <LeRoutier> alley_cat, i think you can blame ronald
[13:46] <alley_cat> seems so according to the changelog :P
[13:46] Action: alley_cat files a bug
[13:46] apoc ([email protected]) left irc: Read error: 60 (Operation timed out)
[13:46] apoc_ ([email protected]) joined #gstreamer.
[13:47] <LeRoutier> Company, no luck, it seems asm.diff was lost between the 2 gst-ffmpeg changes
[13:47] Action: Company blames thomasvs
[13:47] <Company> volume doesn't work either
[13:48] <Company> gnome-volume-control refuses to open alsa devices that are in use :o
[13:48] foser ([email protected]) joined #gstreamer.
[13:50] <alley_cat> great, now i enabled coredumps it doesn't happen anymore
[13:50] <alley_cat> just the usual alsasink brokenness
[13:51] <alley_cat> i really hate it when that happens :/
[13:54] <alley_cat> sometimes i think my system is not meant to run gstreamer ...
[13:54] <Company> alsasink works fine here btw (except that it consumes incredible amounts of CPU)
[13:55] <alley_cat> stops after some seconds here, hanging everything
[13:55] <alley_cat> with a totally useless backtrace
[13:56] <Company> gawd, i hate that code
[13:57] <Company> it's the typical "in have no clue, but this should work" attitude
[13:57] <bitshifter> thomasvs: is it intentional that some of the docs are still installed into $prefix/share/doc/gstreamer-0.7.6.1/ ?
[13:57] sxpert ([email protected]) left irc: Read error: 110 (Connection timed out)
[13:59] <bitshifter> thomasvs: also, wouldn't it make sense to install those docs into $prefix/share/doc/gstreamer-0.X/  instead of using the whole version number?
[14:00] <alley_cat> what elements are loop based? maybe it's a scheduler issue
[14:02] <alley_cat> interesting, it's spider that's breaking it
[14:02] <alley_cat> without spider alsasink works fine
[14:04] Company ([email protected]) left irc: Remote closed the connection
[14:06] smoke ([email protected]) left irc: Remote closed the connection
[14:06] <LeRoutier> alley_cat, speaking of alsa & gst : http://www.advogato.org/person/rbultje/diary.html?start=8
[14:06] <alley_cat> yeah, i read that
[14:06] smoke ([email protected]) joined #gstreamer.
[14:09] smoke ([email protected]) left irc: Client Quit
[14:09] smoke ([email protected]) joined #gstreamer.
[14:09] smoke ([email protected]) left irc: Client Quit
[14:09] smoke ([email protected]) joined #gstreamer.
[14:10] smoke ([email protected]) left irc: Client Quit
[14:10] <alley_cat> although i wonder why alsa does software resampling for him, it doesn't for me
[14:20] smoke ([email protected]) joined #gstreamer.
[14:26] <LeRoutier> bbl
[14:26] LeRoutier ([email protected]) left irc: "Leaving"
[14:36] Nick change: sxpert_ -> sxpert
[15:08] hyriand_ ([email protected]) joined #gstreamer.
[15:10] Nick change: markey -> afk
[15:15] hyriand ([email protected]) left irc: Read error: 60 (Operation timed out)
[15:36] Shoragan ([email protected]) left irc: "Leaving"
[16:02] Nick change: apoc_ -> apoxc
[16:02] Nick change: apoxc -> apoc
[16:02] <apoc> thomasvs: around ?
[16:04] <thomasvs> apoc a little tiny bit
[16:05] <apoc> most of my modules play fine now
[16:05] <apoc> I have one that play too fast with alsasink but not with osssink
[16:06] <apoc> can I send it to you for testing ?
[16:08] <thomasvs> worth a shot, yeah
[16:08] <thomasvs> apoc: did you commit stuff that you fixed ?
[16:08] <apoc> thomasvs: I fixed ?
[16:09] <apoc> thomasvs: I just did a fresh checkout 1 hour ago
[16:09] <thomasvs> apoc: ah, ok
[16:09] <thomasvs> apoc: I thought you had local fixes to make the mods work
[16:12] bilboed_school ([email protected]) joined #gstreamer.
[16:13] Nick change: afk -> markey
[16:18] guize ([email protected]) joined #gstreamer.
[16:19] <bilboed_school> hi all, guize has a problem with compiling gst-ffmpeg
[16:19] <thomasvs> guize: shoot
[16:20] <guize> hi, i run autogen.sh --disable-plugin-builddir
[16:21] <guize> and it stop with
[16:21] <guize> configure.ac:550: error: possibly undefined macro: AC_CHECK_FT2
[16:21] <guize>       If this token and others are legitimate, please use m4_pattern_allow.
[16:21] <guize>       See the Autoconf documentation.
[16:21] <bilboed_school> guize is running Mandrake 9.1
[16:24] steveb_ ([email protected]) joined #gstreamer.
[16:24] <thomasvs> guize: you don't have freetype-devel packages for freetype2 installed
[16:25] Action: thomasvs will add the macro today
[16:27] <guize> I have installed freetype2-2.1.3-12mdk and freetype2-devel-2.1.3-12mdk ...
[16:28] Action: bilboed_school is sitting right next to guize
[16:28] <bilboed_school> is there any command we should try to update info ?
[16:30] <thomasvs> guize: are you using a selfcompiled aclocal/automake then ?
[16:30] <thomasvs> guize: try setting ACLOCAL_FLAGS to "-I /usr/share/aclocal" and run autogen again
[16:39] <guize> thanks thomasvs, autogen has compiled ...
[16:42] steveb__ ([email protected]) left irc: Read error: 110 (Connection timed out)
[16:44] Nick change: khalek -> kh_zZz
[16:49] <bilboed_school> gst-editor still depends on gstreamer-0.7
[16:49] <bilboed_school> in cvs
[16:54] Uraeus ([email protected]) joined #gstreamer.
[16:55] <Uraeus> good day
[16:56] <foser> yeah next time gst maybe should pkgconfig version it 0.8 all the way trough
[16:56] <foser> lo Uraeus
[16:58] hyriand_ ([email protected]) left irc: "*b00m*"
[16:58] teuf ([email protected]) left irc: Read error: 110 (Connection timed out)
[17:01] pippin ([email protected]) joined #gstreamer.
[17:03] <bitshifter> what elements should go between mpeg2dec and ximagesink? colorspace gives me a 'should not be reached' assertion warning
[17:04] spyder482 ([email protected]) joined #gstreamer.
[17:12] bilboed_school ([email protected]) left irc: "Leaving"
[17:13] hyriand ([email protected]) joined #gstreamer.
[17:20] <Uraeus> bitshifter: ffcolorspace?
[17:23] <bitshifter> Uraeus: ffmpegcolorspace from gst-ffmpeg you mean?
[17:27] Action: bitshifter builds gst-ffmpeg
[17:27] <bitshifter> is mpeg2dec + colorspace known to be broken/non-working then?
[17:28] <bitshifter> I'm asking because that's what the example in the application developer manual does in the 'dynamic pipelines' section
[17:29] Action: bitshifter eeks at 'might be used uninitialized' warnings he's getting
[17:33] Misirlou ([email protected]) joined #gstreamer.
[17:44] aldug ([email protected]) joined #gstreamer.
[17:45] jcsston ([email protected]) joined #gstreamer.
[17:49] guize ([email protected]) left irc: "Client exiting"
[17:49] jcsston` ([email protected]) joined #gstreamer.
[17:50] teuf ([email protected]) joined #gstreamer.
[17:50] Marsupilami23 ([email protected]) joined #gstreamer.
[17:56] jcsston`` ([email protected]) joined #gstreamer.
[17:56] jcsston ([email protected]) left irc: Read error: 60 (Operation timed out)
[17:58] Nick change: jcsston`` -> jcsston
[18:01] jcsston` ([email protected]) left irc: Read error: 60 (Operation timed out)
[18:19] lin_matt ([email protected]) joined #gstreamer.
[18:23] jcsston ([email protected]) left irc: Read error: 110 (Connection timed out)
[18:33] aldug ([email protected]) left irc: Client Quit
[18:36] aldug ([email protected]) joined #gstreamer.
[18:58] sjoerd ([email protected]) left irc: Read error: 113 (No route to host)
[19:11] jcsston ([email protected]) joined #gstreamer.
[19:12] sjoerd ([email protected]) joined #gstreamer.
[19:34] Fritz ([email protected]) joined #gstreamer.
[19:37] Fritz ([email protected]) left #gstreamer ("Bezig met verlaten").
[19:37] <apoc> Uraeus: around ?
[19:42] bilboed ([email protected]) left irc: Read error: 60 (Operation timed out)
[19:50] <apoc> Uraeus: can you try to play a wma file ? It doesn't work here with default scheduler (opt) but work fine with basicomega and basicgsthread
[19:59] bilboed ([email protected]) joined #gstreamer.
[20:05] aldug ([email protected]) left irc: Client Quit
[20:06] aldug ([email protected]) joined #gstreamer.
[20:06] lin_matt ([email protected]) left irc: "Client exiting"
[20:26] teuf ([email protected]) left irc: "Client exiting"
[20:42] Zeenix ([email protected]) joined #gstreamer.
[20:42] Timmmm ([email protected]) joined #gstreamer.
[20:42] iain ([email protected]) joined #gstreamer.
[20:43] <Timmmm> Hey, I get the following errors when trying to use 'alsasink'... 'osssink' works (via emulation), and 'aplay' works... which suggests it is a problem with gstreamer, not alsa:
[20:43] <Timmmm> Opening alsa device "default" for playback...
[20:43] <Timmmm> Preparing channel: (null) 44100Hz, 2 channels
[20:43] <Timmmm> ALSA lib pcm_hw.c:370:(snd_pcm_hw_sw_params) SNDRV_PCM_IOCTL_SW_PARAMS failed: Invalid argument
[20:43] <Timmmm>  
[20:43] <Timmmm> ** (process:20392): WARNING **: could not set sw_params: Invalid argument
[20:43] <Timmmm> pipeline doesn't want to play
[20:53] jcsston ([email protected]) left irc: Read error: 110 (Connection timed out)
[21:01] <bluejay> Timmmm: afaik, alsasink has been broken for a while. I think they're trying to fix it for the 0.8 release.
[21:01] <Timmmm> bluejay: I see...
[21:10] teuf ([email protected]) joined #gstreamer.
[21:20] <Zeenix> hello 
[21:20] <Timmmm> Hi
[21:22] Misirlou ([email protected]) left irc: "udev"
[21:36] sxpert ([email protected]) left irc: Remote closed the connection
[21:39] sxpert ([email protected]) joined #gstreamer.
[21:43] BBB ([email protected]) joined #gstreamer.
[21:43] <BBB> thomasvs: eh, you lost a patch
[21:43] <BBB> thomasvs: in your gst-ffmpeg.old -> .new woes
[22:00] thies ([email protected]) left irc: Remote closed the connection
[22:04] sub_pop ([email protected]) joined #gstreamer.
[22:06] mathrick ([email protected]) joined #gstreamer.
[22:09] <mathrick> yo
[22:17] Action: Zeenix throws something at Uraeus
[22:18] joem ([email protected]) left irc: Remote closed the connection
[22:18] Shoragan ([email protected]) joined #gstreamer.
[22:24] spyder482 ([email protected]) left irc: "Leaving"
[22:25] Uraeus ([email protected]) left irc: "Client exiting"
[22:30] Timmmm ([email protected]) left irc: "Client exiting"
[22:34] thomasvs ([email protected]) left irc: Read error: 60 (Operation timed out)
[22:37] spyder482 ([email protected]) joined #gstreamer.
[22:41] jcsston ([email protected]) joined #gstreamer.
[22:52] sub_pop ([email protected]) left irc: "Client exiting"
[22:54] markey ([email protected]) left irc: "leaving"
[22:56] <BBB> ds or ds-work: awake?
[22:58] spyder482 ([email protected]) left irc: "Leaving"
[22:58] Zeenix ([email protected]) left irc: "The whole problem with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of 
[23:01] spyder482 ([email protected]) joined #gstreamer.
[23:07] sub_pop ([email protected]) joined #gstreamer.
[23:09] jcsston` ([email protected]) joined #gstreamer.
[23:14] jcsston ([email protected]) left irc: Read error: 110 (Connection timed out)
[23:25] hallibaby ([email protected]) joined #gstreamer.
[23:30] jcsston` ([email protected]) left irc: Read error: 110 (Connection timed out)
[23:31] joem ([email protected]) joined #gstreamer.
[23:34] jcsston ([email protected]) joined #gstreamer.
[23:38] <ds> BBB: eh?
[23:38] <hallibaby> eh?
[23:40] <BBB> ah... I don't need the asm patch anymore
[23:41] <BBB> I've been told to use -fomit-frame-pointer and then it works
[23:41] <BBB> apparently
[23:41] <BBB> :p
[23:50] <ds> mmm, interesting
[23:51] <BBB> I've just sent an email to thomasvs to discuss some finetunings in ffmpeg
[23:51] <BBB> hopefully I can get all this in before he releases
[23:52] <BBB> I've got a local change to add some new codec ids
[23:52] <BBB> that means that in theory, we support all formats ffmpeg supports
[23:52] Shoragan ([email protected]) left irc: "Leaving"
[23:52] <BBB> in practice, it'll require quite some finetuning, but you get the point
[23:58] jcsston ([email protected]) left irc: "VDubMOD watchout TCME is coming!"
[23:58] jcsston ([email protected]) joined #gstreamer.
[23:59] hallibaby ([email protected]) left irc: "Bye bye (but visit us at http://www.froevel.de)"
[00:00] --- Sun Mar 14 2004
[00:46] smoke ([email protected]) got netsplit.
[00:52] smoke ([email protected]) got lost in the net-split.
[00:58] teuf ([email protected]) left irc: "Client exiting"
[00:59] mathrick ([email protected]) left irc: Read error: 60 (Operation timed out)
[01:02] jcsston ([email protected]) left irc: Read error: 110 (Connection timed out)
[01:02] yippi ([email protected]) left irc: Remote closed the connection
[01:08] mathrick ([email protected]) joined #gstreamer.
[01:11] pb_ ([email protected]) left irc: "Client exiting"
[01:30] jcsston ([email protected]) joined #gstreamer.
[01:34] Nick change: kh_zZz -> khalek
[01:45] jcsston ([email protected]) left irc: Read error: 60 (Operation timed out)
[01:59] presidensuharto ([email protected]) joined #gstreamer.
[01:59] mathrick ([email protected]) left irc: Read error: 110 (Connection timed out)
[02:01] mathrick ([email protected]) joined #gstreamer.
[02:04] apoc_ ([email protected]) joined #gstreamer.
[02:09] thomasvs ([email protected]) joined #gstreamer.
[02:10] jcsston ([email protected]) joined #gstreamer.
[02:12] <thomasvs> BBB: what's the bug in gst-ffmpeg you want fixed ?
[02:12] <thomasvs> BBB: as for going to a different snapshot, I have to read up on it, so if possible I'd really like to do that after the release on monday
[02:13] <BBB> I'm playing with it
[02:13] <BBB> it's not working yet ;)
[02:13] <BBB> I am trying to write an update-snapshot.sh script
[02:14] <BBB> but it gives weird checkout errors on cvs co
[02:14] <BBB> apparently, cvs -d... co -d . ffmpeg isn't valid
[02:15] <bitshifter> thomasvs: in case you didn't see my message earlier - some docs still appear to be installed into $prefix/share/doc/gstreamer-0.7.x.y/
[02:15] <thomasvs> bitshifter: that is correct, yes
[02:16] <BBB> they use VERSION, not MAJORNIMOR
[02:16] <BBB> they should
[02:16] <bitshifter> they should use what?
[02:16] <thomasvs> BBB: don't do that stuff yet, seriously.  there's a big difference between vendor branches and regular cvs branches
[02:16] <BBB> VERSION
[02:16] <thomasvs> BBB: I really need to read up on it a bit to make sure I have everything covered correctly in my head
[02:16] <BBB> thomasvs: hm... ok, but I really need a CVS snapshot update
[02:16] <BBB> so do it quickly
[02:17] <thomasvs> BBB: why do you need it was my question ?
[02:17] <BBB> just release core/plugins monday, do the usual testing tomorrow
[02:17] <thomasvs> ie, is it something that can be released quickly after monday
[02:17] <BBB> my email had two points
[02:17] <BBB> the first is the MMX/asm compile error
[02:17] <BBB> that *must* go in *now*
[02:17] <BBB> I'm leaving that to you so I don't break stuff ;)
[02:17] <BBB> it's minor anyway
[02:18] <BBB> then, remove the asm.diff patch, it's no longer needed
[02:18] <BBB> the second is some stuff for which I need a newer checkout, so delay that until later then
[02:20] apoc ([email protected]) left irc: Read error: 110 (Connection timed out)
[02:24] sub_pop ([email protected]) left irc: "Client exiting"
[02:25] sub_pop ([email protected]) joined #gstreamer.
[02:27] <thomasvs> ok, so where is the mmx patch ?
[02:27] <thomasvs> and, are you sure I can remove the asm patch ?
[02:28] <BBB> disablemmx.diff
[02:28] <BBB> there is no asm patch on itself, you forgot to add that
[02:28] <BBB> it's in gst-ffmpeg.old
[02:28] <BBB> anyway
[02:28] <BBB> add -fomit-frame-pointer
[02:28] <BBB> and remove disablemmx.diff
[02:28] <thomasvs> ok
[02:28] <BBB> that's all
[02:28] Action: thomasvs checks
[02:28] <thomasvs> uh ?
[02:28] <thomasvs> I thought I had to *add* the mmx patch ?
[02:28] <BBB> no, *remove*
[02:29] <BBB> we don't need it anymore
[02:29] <BBB> I asked on the ffmpeg list and got one helpful answer, finally :)
[02:29] <thomasvs> ah, ok
[02:29] <thomasvs> and add -fomit-frame-pointer where ?
[02:29] <BBB> in libacodec/i386/Makefile.am INCLUDES
[02:29] <BBB> there's also another ASM compilation failure in CVS, that can be closed too, then
[02:30] <BBB> shouldn't you be asleep by now?
[02:30] <thomasvs> yeah
[02:30] <thomasvs> just had dinner party
[02:31] <BBB> ah
[02:31] <thomasvs> checking in to see if people are complaining about indentation
[02:31] <BBB> they didn't
[02:31] <iain> thomasvs: can we have a emacs macro to get the right indenting?
[02:32] <BBB> and a vim macro?
[02:32] <iain> thomasvs: thats my only complaint really
[02:32] <thomasvs> iain,BBB: yeah, will do both
[02:32] <thomasvs> iain,BBB: as soon as possible
[02:32] <iain> thomasvs: cool, thanks
[02:33] <BBB> :)
[02:41] iain ([email protected]) left irc: "He tried hard but he could not make it"
[02:43] <BBB> ** ERROR **: internal error: cannot schedule get to loop in multi-loop based group
[02:43] <BBB> heh?
[02:43] <BBB> wtf
[02:45] <mathrick> night
[02:45] Action: BBB is always having totem issues :/
[02:45] Nick change: mathrick -> mathrick|sleep


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.