<div dir="ltr">hi all,<div> i am able to link the decklinksrc to udpsink host 127.0.0.1 port 5004 .</div><div>using command :</div><div><br></div><div><span style="font-size:13px">gst-launch-0.10 decklinksrc mode=17 connection=composite ! videorate ! videoscale ! ffmpegcolorspace ! "video/x-raw-yuv, width=320, height=240, framerate=15/1" ! tee ! queue ! ffmpegcolorspace ! vp8enc bitrate=256000 speed=2 max-latency=1 error-resilient=true ! rtpvp8pay ! udpsink host=127.0.0.1 port=5004 sync=false -v</span><br></div><div><br></div><div><br></div><div>could you help me to get the gst launch screen on webpage i.e . to fetch the video from udpsink 127.0.0.1 port 5004 and display the gst-launch  on the webpage .</div><div><br></div><div>regards,</div><div> satyam  </div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 3, 2015 at 2:37 PM,  <span dir="ltr"><<a href="mailto:gstreamer-devel-request@lists.freedesktop.org" target="_blank">gstreamer-devel-request@lists.freedesktop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send gstreamer-devel mailing list submissions to<br>
        <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:gstreamer-devel-request@lists.freedesktop.org">gstreamer-devel-request@lists.freedesktop.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gstreamer-devel-owner@lists.freedesktop.org">gstreamer-devel-owner@lists.freedesktop.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of gstreamer-devel digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. reading, parsing and outputting a TS file synchronously ?<br>
      (Peter Maersk-Moller)<br>
   2. Re: debugging a/v-sync issues, possibly inter*-element<br>
      related (Nicolas Dufresne)<br>
   3. Re: Move from Bugzilla to Phabricator. Yay or Nay?<br>
      (Olivier Crête)<br>
   4. linking decklinksrc to udpsink (satyam kumar ray)<br>
   5. Re: reading, parsing and outputting a TS file synchronously ?<br>
      (Thiago Santos)<br>
   6. Re: mpegtsmux with different audio inputs (nagendra)<br>
   7. Re: linking decklinksrc to udpsink (Peter Körner)<br>
   8. Re: Move from Bugzilla to Phabricator. Yay or Nay?<br>
      (Thibault Saunier)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 3 Jun 2015 02:26:02 +0200<br>
From: Peter Maersk-Moller <<a href="mailto:pmaersk@gmail.com">pmaersk@gmail.com</a>><br>
To: Discussion of the development of and with GStreamer<br>
        <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>><br>
Subject: reading, parsing and outputting a TS file synchronously ?<br>
Message-ID:<br>
        <CAGf_jG=dSgxQyq2ejHUDoDuN+98jJcFyUxq8=<a href="mailto:P%2BEbKoU2LWeTw@mail.gmail.com">P+EbKoU2LWeTw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi.<br>
<br>
I was expecting that I could read, parse and output a TS file synchronously<br>
using a pipeline like this:<br>
<br>
  gst-launch-1.0  filesrc location=../Downloads/OC3.demo.ts  ! queue  !<br>
tsparse ! fakesink sync=1<br>
<br>
but what I see is that the pipeline reads the file, parse it and send it to<br>
the fakesink as fast as the hardware supports. That is, it does not decode<br>
the timestamps in the PES header and send it out synchrosnously although<br>
the sync flag has been set.<br>
<br>
Obviously fakesink is to be replaced by something else like a filesink to a<br>
pipe or a udpsink or .....<br>
<br>
What is the correct way for GStreamer to playout a TS file synchronously<br>
without having to decode and re-encode it? The module decodebin can<br>
obviously decode it synchronously.<br>
<br>
The ts testfile is available from Opencaster a<br>
<br>
<a href="http://www.avalpa.com/assets/video/OC3.demo.ts" target="_blank">http://www.avalpa.com/assets/video/OC3.demo.ts</a><br>
<br>
Best regards<br>
Peter MM<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150603/fbe66884/attachment-0001.html" target="_blank">http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150603/fbe66884/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 02 Jun 2015 20:45:21 -0400<br>
From: Nicolas Dufresne <<a href="mailto:nicolas.dufresne@collabora.com">nicolas.dufresne@collabora.com</a>><br>
To: Discussion of the development of and with GStreamer<br>
        <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>><br>
Subject: Re: debugging a/v-sync issues, possibly inter*-element<br>
        related<br>
Message-ID: <<a href="mailto:1433292321.17782.68.camel@collabora.com">1433292321.17782.68.camel@collabora.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Le Tuesday 02 June 2015 à 15:30 +0200, Peter Körner a écrit :<br>
> My guess is, that there may be a truncation error or sth. the like in<br>
> the inter* elements, but I may be wrong here. I'm happy to accept<br>
> Ideas on how to debug this further.<br>
<br>
The inter sink/src element are use to split your stream into multiple<br>
pipeline. This means, split your stream over multiple clocks, hence not<br>
synchronization is happening. If you want synchronized playback, keep<br>
everything in the same pipeline, or considering using a shared clock.<br>
<br>
Nicolas<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 181 bytes<br>
Desc: This is a digitally signed message part<br>
URL: <<a href="http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150602/b81adb9a/attachment-0001.sig" target="_blank">http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150602/b81adb9a/attachment-0001.sig</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 02 Jun 2015 20:54:46 -0400<br>
From: Olivier Crête <<a href="mailto:olivier.crete@collabora.com">olivier.crete@collabora.com</a>><br>
To: Discussion of the development of and with GStreamer<br>
        <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>><br>
Subject: Re: Move from Bugzilla to Phabricator. Yay or Nay?<br>
Message-ID: <<a href="mailto:1433292886.19370.42.camel@collabora.com">1433292886.19370.42.camel@collabora.com</a>><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
Hi,<br>
<br>
One thing that is missing, the headers of emails from Phabricator don't<br>
seem to indicate for which project an email is, the Freedesktop<br>
Phabricator instance seems to already be used by Wayland/Weston and us,<br>
so not having that would be an annoying regression versus Bugzilla.<br>
<br>
Olivier<br>
<br>
On Sun, 2015-05-31 at 15:52 +0100, Luis de Bethencourt wrote:<br>
> On 30 May 2015 at 00:32, Luis de Bethencourt <<a href="mailto:luis@debethencourt.com">luis@debethencourt.com</a>><br>
> wrote:<br>
> > On 29 May 2015 22:57, "Tim-Philipp Müller" <<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>> wrote:<br>
> > ><br>
> > > On Fri, 2015-05-29 at 21:31 +0100, Luis de Bethencourt wrote:<br>
> > ><br>
> > > Hi Luis,<br>
> > ><br>
> > > I don't think it's a matter of having a vote. A decision in<br>
> > favour of a<br>
> > > move has been made at the hackfest, as I remember it anyway ;)<br>
> > Cool. Wasn't sure and didn't wanted to assume.<br>
> > ><br>
> > > The question is if anyone is going to put in the work to do the<br>
> > > migration (migrate over existing bugs/histories etc.), and if we<br>
> > can get<br>
> > > the phabricator instance moved to official fdo infrastructure.<br>
> > ><br>
> > > Thibault and Mathieu said they were going to work on this, maybe<br>
> > best to<br>
> > > ask them what the status is.<br>
> > ><br>
> > >  Cheers<br>
> > >   -Tim<br>
> > Thibault and Mathieu, how is this going? I can spend time at work<br>
> > on this migration. I think it is of importance.<br>
> > Let me know and we can plan this :)<br>
> > Thanks Tim,<br>
> > Luis<br>
> > ><br>
> > > ><br>
> > > > Revisiting the conversation from the GStreamer Hackfest about<br>
> > > > potentially moving bug tracking and patch reviewing from<br>
> > Bugzilla to<br>
> > > > Phabricator; should we have a vote about this soon? What do<br>
> > people<br>
> > > > think?<br>
> > > ><br>
> > > ><br>
> > > > I have the feeling the situation needs to be fixed and a<br>
> > decision<br>
> > > > needs to be made. Yet till now it has been understandably<br>
> > > > procrastinated due to everybody being busy.<br>
> > > ><br>
> > > ><br>
> > > > To kickstart the decision making, I volunteer myself to take<br>
> > care of<br>
> > > > the transition between our current bug tracker to a new one, if<br>
> > that<br>
> > > > is what is decided. I am aware this won't be trivial and it<br>
> > will<br>
> > > > require a toolbox of scripts and some elbow grease, but I am<br>
> > happy to<br>
> > > > volunteer if this helps the community's operations.<br>
> > > ><br>
> > > ><br>
> > > > So how about it, what do you think are the pros and what are<br>
> > the cons?<br>
> ><br>
> Update:<br>
><br>
> Thibault, Mathieu and myself chatted about this and they got me up to<br>
> speed with the great work they've done so far. They are happy to let<br>
> me join and help them with the remaining migration to Phabricator.<br>
> Together we will make this happen.<br>
><br>
> Will let you guys know how it progresses.<br>
><br>
> Thanks!<br>
> Luis<br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
--<br>
Olivier Crête<br>
<a href="mailto:olivier.crete@collabora.com">olivier.crete@collabora.com</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 3 Jun 2015 07:33:39 +0530<br>
From: satyam kumar ray <<a href="mailto:satyamray12@gmail.com">satyamray12@gmail.com</a>><br>
To: <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
Subject: linking decklinksrc to udpsink<br>
Message-ID:<br>
        <<a href="mailto:CAAw-1BfgUmkSMdtM0cooh_YPr_Oaia1xOoO7nwZyfCgifTWubw@mail.gmail.com">CAAw-1BfgUmkSMdtM0cooh_YPr_Oaia1xOoO7nwZyfCgifTWubw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
currently i able to launch gst on my system using command line :<br>
<br>
gst-launch decklinksrc mode=17 connection=composite subdevice=0 !<br>
video/x-raw-yuv ! ffmpegcolorspace ! ximagesink sync=false<br>
<br>
<br>
i want to link the decklinksrc to udpsink  so tht i may launch gst on<br>
webpage.<br>
<br>
could someone help me in linking decklinksrc to udpsink<br>
<br>
<br>
regards,<br>
satyam<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150603/f78ebfd7/attachment-0001.html" target="_blank">http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150603/f78ebfd7/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Tue, 02 Jun 2015 23:24:27 -0300<br>
From: Thiago Santos <<a href="mailto:thiagoss@osg.samsung.com">thiagoss@osg.samsung.com</a>><br>
To: <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
Subject: Re: reading, parsing and outputting a TS file synchronously ?<br>
Message-ID: <<a href="mailto:556E655B.1000708@osg.samsung.com">556E655B.1000708@osg.samsung.com</a>><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"<br>
<br>
On 06/02/2015 09:26 PM, Peter Maersk-Moller wrote:<br>
> Hi.<br>
><br>
> I was expecting that I could read, parse and output a TS file<br>
> synchronously using a pipeline like this:<br>
><br>
>   gst-launch-1.0  filesrc location=../Downloads/OC3.demo.ts  ! queue<br>
> ! tsparse ! fakesink sync=1<br>
><br>
> but what I see is that the pipeline reads the file, parse it and send<br>
> it to the fakesink as fast as the hardware supports. That is, it does<br>
> not decode the timestamps in the PES header and send it out<br>
> synchrosnously although the sync flag has been set.<br>
><br>
> Obviously fakesink is to be replaced by something else like a filesink<br>
> to a pipe or a udpsink or .....<br>
><br>
> What is the correct way for GStreamer to playout a TS file<br>
> synchronously without having to decode and re-encode it? The module<br>
> decodebin can obviously decode it synchronously.<br>
<br>
The problem is that tsparse doesn't timestamp the buffers so sink<br>
elements won't be able to sync. A fix for tsparse is needed to have this<br>
working.<br>
<br>
><br>
> The ts testfile is available from Opencaster a<br>
><br>
> <a href="http://www.avalpa.com/assets/video/OC3.demo.ts" target="_blank">http://www.avalpa.com/assets/video/OC3.demo.ts</a><br>
><br>
> Best regards<br>
> Peter MM<br>
><br>
><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
--<br>
Thiago Sousa Santos<br>
Senior Multimedia Engineer, Open Source Group<br>
Samsung Research America - Silicon Valley<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150602/83780dd1/attachment-0001.html" target="_blank">http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150602/83780dd1/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Tue, 2 Jun 2015 22:10:44 -0700 (PDT)<br>
From: nagendra <<a href="mailto:nagendra@tes-dst.com">nagendra@tes-dst.com</a>><br>
To: <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
Subject: Re: mpegtsmux with different audio inputs<br>
Message-ID: <<a href="mailto:1433308244010-4672086.post@n4.nabble.com">1433308244010-4672086.post@n4.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
thanks Peter,<br>
<br>
i am not great wrt gstreamer.<br>
could you please share any examples if possible ?<br>
<br>
fyi, i am getting input like this                            _______<br>
                                 ------> ac3 encode --->|<br>
alsasrc --> audio_q -->/                                  |<br>
                               \                                   |<br>
mpegtsmux<br>
                                ------> PCM data -----> |_______<br>
<br>
i am thinking to toggle link between  audio_q -->AC3 and audio_q --><br>
PCMdata(downmix)<br>
<br>
should we use request_pad() fro mpegtsmux ?<br>
<br>
regards<br>
nagendra<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/mpegtsmux-with-different-audio-inputs-tp4672077p4672086.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/mpegtsmux-with-different-audio-inputs-tp4672077p4672086.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Wed, 03 Jun 2015 08:33:14 +0200<br>
From: Peter Körner <<a href="mailto:osm-lists@mazdermind.de">osm-lists@mazdermind.de</a>><br>
To: <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
Subject: Re: linking decklinksrc to udpsink<br>
Message-ID: <<a href="mailto:556E9FAA.5040700@mazdermind.de">556E9FAA.5040700@mazdermind.de</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi satyam,<br>
<br>
it looks like you're using a very old gstreamer 0.10, you shouldn't do<br>
that. use gstreamer-1.0. You pipeline should look sth. like this then:<br>
<br>
<br>
gst-launch decklinksrc mode=17 connection=composite subdevice=0 !<br>
  video/x-raw ! videoconvert ! ximagesink sync=false<br>
<br>
(untested)<br>
<br>
Regards<br>
<br>
<br>
On 03.06.2015 04:03, satyam kumar ray wrote:<br>
> currently i able to launch gst on my system using command line :<br>
><br>
> gst-launch decklinksrc mode=17 connection=composite subdevice=0 !<br>
> video/x-raw-yuv ! ffmpegcolorspace ! ximagesink sync=false<br>
><br>
><br>
> i want to link the decklinksrc to udpsink  so tht i may launch gst on<br>
> webpage.<br>
><br>
> could someone help me in linking decklinksrc to udpsink<br>
><br>
><br>
> regards,<br>
> satyam<br>
><br>
><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
><br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 473 bytes<br>
Desc: OpenPGP digital signature<br>
URL: <<a href="http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150603/0e1b4d84/attachment-0001.sig" target="_blank">http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150603/0e1b4d84/attachment-0001.sig</a>><br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Wed, 3 Jun 2015 11:07:30 +0200<br>
From: Thibault Saunier <<a href="mailto:tsaunier@gnome.org">tsaunier@gnome.org</a>><br>
To: Discussion of the development of and with GStreamer<br>
        <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>><br>
Subject: Re: Move from Bugzilla to Phabricator. Yay or Nay?<br>
Message-ID:<br>
        <CANYYV1z7OnJyUH-RPqD6b=<a href="mailto:uw5svbW_nAdHCBKGo03ntLt7CkTg@mail.gmail.com">uw5svbW_nAdHCBKGo03ntLt7CkTg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Hello,<br>
<br>
I do not see what a mail from bugzilla applies to when reading such<br>
title: "[Bug 750319] memory: subclasses don't know map flags in unmap"<br>
<br>
In phabricator you can set for what projects you want to receive<br>
mails, so it is the same thing as with bugzilla afaict.<br>
<br>
Also for mail notifying of new commits, it looks like:<br>
<br>
   [Diffusion] [Committed] rGSTDEV0cfff156b1d7: validate-utils:<br>
simplify _read_builtin ()<br>
or<br>
  [Diffusion] [Committed] rGESd7dfcff7459d: timeline: Use a simple<br>
GList to track auto transitions<br>
<br>
So here you can see for what repo that is.<br>
<br>
Regards,<br>
<br>
Thibault<br>
<br>
On Wed, Jun 3, 2015 at 2:54 AM, Olivier Crête<br>
<<a href="mailto:olivier.crete@collabora.com">olivier.crete@collabora.com</a>> wrote:<br>
> Hi,<br>
><br>
> One thing that is missing, the headers of emails from Phabricator don't<br>
> seem to indicate for which project an email is, the Freedesktop<br>
> Phabricator instance seems to already be used by Wayland/Weston and us,<br>
> so not having that would be an annoying regression versus Bugzilla.<br>
><br>
> Olivier<br>
><br>
> On Sun, 2015-05-31 at 15:52 +0100, Luis de Bethencourt wrote:<br>
>> On 30 May 2015 at 00:32, Luis de Bethencourt <<a href="mailto:luis@debethencourt.com">luis@debethencourt.com</a>><br>
>> wrote:<br>
>> > On 29 May 2015 22:57, "Tim-Philipp Müller" <<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>> wrote:<br>
>> > ><br>
>> > > On Fri, 2015-05-29 at 21:31 +0100, Luis de Bethencourt wrote:<br>
>> > ><br>
>> > > Hi Luis,<br>
>> > ><br>
>> > > I don't think it's a matter of having a vote. A decision in<br>
>> > favour of a<br>
>> > > move has been made at the hackfest, as I remember it anyway ;)<br>
>> > Cool. Wasn't sure and didn't wanted to assume.<br>
>> > ><br>
>> > > The question is if anyone is going to put in the work to do the<br>
>> > > migration (migrate over existing bugs/histories etc.), and if we<br>
>> > can get<br>
>> > > the phabricator instance moved to official fdo infrastructure.<br>
>> > ><br>
>> > > Thibault and Mathieu said they were going to work on this, maybe<br>
>> > best to<br>
>> > > ask them what the status is.<br>
>> > ><br>
>> > >  Cheers<br>
>> > >   -Tim<br>
>> > Thibault and Mathieu, how is this going? I can spend time at work<br>
>> > on this migration. I think it is of importance.<br>
>> > Let me know and we can plan this :)<br>
>> > Thanks Tim,<br>
>> > Luis<br>
>> > ><br>
>> > > ><br>
>> > > > Revisiting the conversation from the GStreamer Hackfest about<br>
>> > > > potentially moving bug tracking and patch reviewing from<br>
>> > Bugzilla to<br>
>> > > > Phabricator; should we have a vote about this soon? What do<br>
>> > people<br>
>> > > > think?<br>
>> > > ><br>
>> > > ><br>
>> > > > I have the feeling the situation needs to be fixed and a<br>
>> > decision<br>
>> > > > needs to be made. Yet till now it has been understandably<br>
>> > > > procrastinated due to everybody being busy.<br>
>> > > ><br>
>> > > ><br>
>> > > > To kickstart the decision making, I volunteer myself to take<br>
>> > care of<br>
>> > > > the transition between our current bug tracker to a new one, if<br>
>> > that<br>
>> > > > is what is decided. I am aware this won't be trivial and it<br>
>> > will<br>
>> > > > require a toolbox of scripts and some elbow grease, but I am<br>
>> > happy to<br>
>> > > > volunteer if this helps the community's operations.<br>
>> > > ><br>
>> > > ><br>
>> > > > So how about it, what do you think are the pros and what are<br>
>> > the cons?<br>
>> ><br>
>> Update:<br>
>><br>
>> Thibault, Mathieu and myself chatted about this and they got me up to<br>
>> speed with the great work they've done so far. They are happy to let<br>
>> me join and help them with the remaining migration to Phabricator.<br>
>> Together we will make this happen.<br>
>><br>
>> Will let you guys know how it progresses.<br>
>><br>
>> Thanks!<br>
>> Luis<br>
>> _______________________________________________<br>
>> gstreamer-devel mailing list<br>
>> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
>> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
> --<br>
> Olivier Crête<br>
> <a href="mailto:olivier.crete@collabora.com">olivier.crete@collabora.com</a><br>
><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
------------------------------<br>
<br>
End of gstreamer-devel Digest, Vol 53, Issue 4<br>
**********************************************<br>
</blockquote></div><br></div></div>