Activity

From 08/25/2014 to 09/23/2014

09/23/2014

11:27 PM Tasks #1981: Port to GStreamer 1.x
Jan Moringen wrote:
> > Jan, can I kindly ask you to take over from here?
>
> I cannot work on this at the moment...
C. Leichsenring
08:49 PM Tasks #1981: Port to GStreamer 1.x
@Christian: Congrats, that are really good news! This will be important groundwork for upgrading the remaining parts ... S. Wrede
08:38 PM Tasks #1981: Port to GStreamer 1.x
> Jan, can I kindly ask you to take over from here?
I cannot work on this at the moment. Please preserve (and pote...
J. Moringen
05:50 PM Tasks #1981: Port to GStreamer 1.x
For now, it seems the only remaining problems are caps problems for the video elements, possibly the ones I already m... C. Leichsenring
04:43 PM Tasks #1981: Port to GStreamer 1.x
Audio is working, bitches!
Disclaimer: didn't test more than one channel or any other corner cases yet.
C. Leichsenring
02:52 PM Tasks #1981: Port to GStreamer 1.x
@rsbaudiosrc@ officially works! C. Leichsenring
12:33 PM Tasks #1981: Port to GStreamer 1.x
http://stackoverflow.com/questions/20805166/gstreamer-debug-output-over-multiple-files-for-a-plugin
I'm only using...
C. Leichsenring
12:05 PM Tasks #1981: Port to GStreamer 1.x
The problem wasn't that the functions don't get called but that the debug output doesn't output. That's what the @GSt... C. Leichsenring
05:36 PM Revision 580d2b19 (rsb-gstreamer): there shouldn't be any "hard" errors in the video code either....
C. Leichsenring
05:14 PM Revision 8c4c32ea (rsb-gstreamer): audio caps format changed with 1.0 so the test script also has...
C. Leichsenring
04:37 PM Revision 11a9a9eb (rsb-gstreamer): removed debug output ... RC1 for audio
C. Leichsenring
04:33 PM Revision bc7a53ec (rsb-gstreamer): we completely skipped copying the buffer. That the audio was o...
C. Leichsenring
04:14 PM Revision 4cabce45 (rsb-gstreamer): does it work? does it really work?
C. Leichsenring
04:00 PM Revision a9c27818 (rsb-gstreamer): Fixed segfault in gst_rsb_audio_sink_set_caps and changed endi...
It's 'L' or 'B' now. C. Leichsenring
02:56 PM Revision 82055412 (rsb-gstreamer): gst_rsb_audio_src is tested and works. Channel positions are j...
C. Leichsenring
02:38 PM Revision e58f9bdd (rsb-gstreamer): debugging output added and some log categories merged
C. Leichsenring

09/22/2014

05:36 PM Tasks #1981: Port to GStreamer 1.x
So cmake problems were PEBKAC.
*rsbaudiosink*
@gst-launch-1.0 audiotestsrc ! rsbaudiosink@ segfaults. I plaster...
C. Leichsenring

09/16/2014

03:58 PM Tasks #1981: Port to GStreamer 1.x
And another one. http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/chapter-building-queryfn.html deal... C. Leichsenring
03:06 PM Tasks #1981: Port to GStreamer 1.x
One more thing for the public: @RSB_GSTREAMER_PACKAGE@ does not seem to get set anywhere. CMake is supposed to set th... C. Leichsenring
02:53 PM Tasks #1981: Port to GStreamer 1.x
The audio and video caps have changed. A list can be found at http://gstreamer.freedesktop.org/data/doc/gstreamer/hea... C. Leichsenring
02:46 PM Revision c62b16fd (rsb-gstreamer): changed some of the video caps to the new format
C. Leichsenring

09/15/2014

12:32 AM Tasks #1981: Port to GStreamer 1.x
Loads perfectly when not including other plugins in @GST_PLUGIN_SYSTEM_PATH@. If I do, tons of assertions fly that ar... C. Leichsenring
12:27 AM Revision 3a022c6d (rsb-gstreamer): plugin no longer gets blacklisted (yay!) ... *if* I don't incl...
C. Leichsenring
11:34 PM Revision f25959eb (rsb-gstreamer): also updated the audio caps
C. Leichsenring
11:33 PM Revision 2fcd9dc6 (rsb-gstreamer): oops, just realized that the plain _init function apparently e...
C. Leichsenring
08:25 PM Revision 06a72917 (rsb-gstreamer): details -> metadata; also changed the init function where they...
C. Leichsenring

09/10/2014

04:21 PM Tasks #1981: Port to GStreamer 1.x
Revision 44453567 now builds all the way through. Didn't move anything from the other @_init()@ functions to the no-p... C. Leichsenring
04:08 PM Tasks #1981: Port to GStreamer 1.x
Ok, defining the correctly named init() function with the correct parameter does indeed fix the warning _and_ the lin... C. Leichsenring
03:57 PM Tasks #1981: Port to GStreamer 1.x
Huh. First of all, there is no indication that GObject abandoned the @base_init@ and @class_init@ distinction or chan... C. Leichsenring
01:47 PM Tasks #1981: Port to GStreamer 1.x
Gotta go to a meeting now but because I'm just in front of the mac, I'll quickly attach its logs.
Good catch with ...
C. Leichsenring
01:02 PM Tasks #1981: Port to GStreamer 1.x
(The following comment is based on the contents of the "gstreamer-1.0" branch at the time of writing)
One problem ...
J. Moringen
11:12 AM Tasks #1981: Port to GStreamer 1.x
Adding the verbose make output as suggested by Jan. Will add the output of the Mac OS make that didn't involve me tin... C. Leichsenring
04:16 PM Revision 44453567 (rsb-gstreamer): Fixed linker error by adding <classname>_init() functions.
The functions are all empty for now though. These functions are
supposed to initialize the object but what should we ...
C. Leichsenring

09/08/2014

05:10 PM Tasks #1981: Port to GStreamer 1.x
For the record, this is what clang says on Mac OS:... C. Leichsenring
04:59 PM Tasks #1981: Port to GStreamer 1.x
Current status: tried building on my Linux machine to see if the linker errors would also occur. Had some trouble bec... C. Leichsenring
05:08 PM Revision f5ce24c9 (rsb-gstreamer): what? Didn't I already fix that? WTF?
C. Leichsenring

09/05/2014

06:42 PM Revision 5835252f (rsb-gstreamer): compiler-error free, linker errors remain
C. Leichsenring
05:12 PM Revision 27b858cb (rsb-gstreamer): video sink compiles
C. Leichsenring
04:49 PM Revision 14f9aea3 (rsb-gstreamer): audio sink compile-time correct ;)
C. Leichsenring

09/04/2014

05:30 PM Tasks #1981: Port to GStreamer 1.x
Just as an FYI, while the @channel-positions@ format seems to have changed for 1.x, I still didn't get it to work. St... C. Leichsenring
05:28 PM Tasks #1981: Port to GStreamer 1.x
Jan Moringen wrote:
> It would be nice if the code base could work with both, GStreamer 0.x and 1.x. However, the @i...
C. Leichsenring
05:24 PM Revision eef628a8 (rsb-gstreamer): partial fixes in video sink and fixed remaining boilerplate an...
C. Leichsenring
05:18 PM Revision 4116dd64 (rsb-gstreamer): base sink builds
C. Leichsenring
05:15 PM Revision 0105701e (rsb-gstreamer): aaaand text source
C. Leichsenring
05:13 PM Revision 1e15bc9b (rsb-gstreamer): video src now also compiles
C. Leichsenring
04:29 PM Revision 160be0f7 (rsb-gstreamer): postponed channel stuff until later so gst_rsb_audio_src is te...
C. Leichsenring

09/03/2014

07:02 PM Tasks #1981: Port to GStreamer 1.x
It would be nice if the code base could work with both, GStreamer 0.x and 1.x. However, the @ifdef@ s and CMake + @pk... J. Moringen
07:00 PM Tasks #1981 (In Progress): Port to GStreamer 1.x
J. Moringen
06:25 PM Tasks #1981: Port to GStreamer 1.x
I slightly misgoogled. The better link is http://cgit.freedesktop.org/gstreamer/gstreamer/plain/docs/random/porting-t... C. Leichsenring
06:24 PM Tasks #1981 (In Progress): Port to GStreamer 1.x
I created a new branch @gstreamer-1.0@ where the port from gstreamer 0.10 to gstreamer 1.x can take place.
There a...
C. Leichsenring
06:28 PM Revision 4990f6d7 (rsb-gstreamer): checking in partial changes to audio src. Will try if it's now...
csra
05:40 PM Revision 20519153 (rsb-gstreamer): no more compile-time errors in rsb_src_base
csra
05:39 PM Revision f6fd762d (rsb-gstreamer): changed makefile to use 1.0 suffix
csra
 

Also available in: Atom